-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rubocopのルール(Style/HashSyntax)を適用する1 #7280
Comments
お疲れ様です。同じ種類のissueを担当しています。 有効にするファイルが重複してしまうとよくないので、予めここに書き込みます。 以下の通りです。
|
@nishitatsu-dev
|
@kyokucho1989, @reckyy
|
41〜50つ目のファイルを担当します。 - 'app/models/page_notifier.rb'
- 'app/models/practice.rb'
- 'app/models/product.rb'
- 'app/models/product_callbacks.rb'
- 'app/models/product_notifier_for_colleague.rb'
- 'app/models/product_notifier_for_practice_watcher.rb'
- 'app/models/question_callbacks.rb'
- 'app/models/reaction.rb'
- 'app/models/regular_event/participants_creator.rb'
- 'app/models/regular_event/participants_watcher.rb' |
私も同じissueを担当したので
|
.rubocop_todo.ymlの、76~85行目を担当します。 - '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' |
.rubocop_todo.ymlの以下のファイルを担当します。
最初の方の変更がマージされているため、ローカルでは行数が異なりますが、元のファイルだと86~95行目に当たると思います。 |
.rubocop_todo.ymlの、96~105行目を担当します。 - 'test/system/company/products_test.rb'
- 'test/system/current_user/products_test.rb'
- 'test/system/notification/products_test.rb'
- 'test/system/notification/questions_test.rb'
- 'test/system/notification/signed_up_test.rb'
- 'test/system/product/self_assigned_test.rb'
- 'test/system/product/unchecked_test.rb'
- 'test/system/sign_up_test.rb'
- 'test/system/user/products_test.rb'
- 'test/test_helper.rb' |
以下のファイルを担当します。 - 'app/models/concerns/searchable.rb'
- 'app/models/correct_answer_notifier.rb'
- 'app/models/discord/server.rb'
- 'app/models/event.rb'
- 'app/models/first_report_notifier.rb'
- 'app/models/grass.rb'
- 'app/models/learning.rb'
- 'app/models/notification.rb'
- 'app/models/notification_facade.rb'
- 'app/models/notifier_to_watching_user.rb' |
リリース後のmainブランチで確認取れましたので、closeします |
現状は下記でrubocopの
Style/HashSyntax
のルールを特定のファイルに対しては除外している。bootcamp/.rubocop_todo.yml
Line 15 in 3074feb
これをやめたい。
全部のファイルを一気に除外をなくすと大変なので10ファイルずつお願いします。(最後の一人は10ファイルにみたいないことになるかもしれないですが、それは構いません)
The text was updated successfully, but these errors were encountered: