From 0dd87846c7386865d6390773a92d5d27342a6fea Mon Sep 17 00:00:00 2001 From: goruchan Date: Sun, 10 Mar 2024 18:30:05 +0900 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E8=BA=AB=E3=81=A7=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=81=8C=E6=B7=B7=E3=81=96=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rubocop_todo.yml | 25 ----------------------- app/mailers/user_mailer.rb | 2 +- app/views/admin/campaigns/index.html.slim | 2 +- 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 .rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml deleted file mode 100644 index 3bae12090f3..00000000000 --- a/.rubocop_todo.yml +++ /dev/null @@ -1,25 +0,0 @@ -# This configuration was generated by -# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1000` -# on 2023-07-02 06:34:03 UTC using RuboCop version 1.37.1. -# The point is for the user to remove these configuration records -# one by one as the offenses are removed from the code base. -# Note that changes in the inspected code, or installation of new -# versions of RuboCop, may require this file to be generated again. - -# Offense count: 386 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. -# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys -# SupportedShorthandSyntax: always, never, either, consistent -Style/HashSyntax: - Exclude: - - 'test/deliveries/activity_delivery_test.rb' - - 'test/mailers/activity_mailer_test.rb' - - 'test/mailers/notification_mailer_test.rb' - - 'test/mailers/previews/activity_mailer_preview.rb' - - 'test/mailers/previews/notification_mailer_preview.rb' - - 'test/models/answer_test.rb' - - 'test/models/bookmark_test.rb' - - 'test/models/category_test.rb' - - 'test/models/discord/times_channel_test.rb' - - 'test/models/event_test.rb' diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 2c5c7505844..b211e4a049c 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -9,7 +9,7 @@ def reset_password_email(user) def welcome(user) @user = user - mail to: user.email, bcc: 'info@lokka.jp', subject: '[FBC] フィヨルドブートキャンプへようこそ' + mail to: user.email, subject: '[FBC] フィヨルドブートキャンプへようこそ' end def retire(user) diff --git a/app/views/admin/campaigns/index.html.slim b/app/views/admin/campaigns/index.html.slim index 179e51018b2..9a637e6ac80 100644 --- a/app/views/admin/campaigns/index.html.slim +++ b/app/views/admin/campaigns/index.html.slim @@ -3,7 +3,7 @@ header.page-header .container .page-header__inner - h1.page-header__title + h2.page-header__title | 管理ページ .page-header-actions .page-header-actions__items