Skip to content

Commit

Permalink
派生元のコミットをひとまとめにした
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitatsu-dev authored and goruchanchan committed Mar 8, 2024
1 parent 2a863f6 commit 7f37153
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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'

0 comments on commit 7f37153

Please sign in to comment.