1 inherit_from: .rubocop_todo.yml
12 - ./.rubocop/specific_action_names.rb
15 TargetRubyVersion: 3.2
24 AllowForAlignment: true
39 - 'script/deliver-message'
40 - 'script/update-spam-blocks'
42 Naming/MethodParameterName:
45 Naming/PredicateMethod:
46 AllowBangMethods: true
48 # This conflicts with Strong Migrations, which can't check `change_table`
49 Rails/BulkChangeTable:
52 Rails/CreateTableWithTimestamps:
56 IgnoreWhereFirst: false
61 Rails/HasManyOrHasOneDependent:
64 Rails/HttpPositionalArguments:
67 Rails/ReflectionClassName:
70 Rails/SkipsModelValidations:
73 - 'app/controllers/users/lists_controller.rb'
75 Style/CollectionQuerying:
88 Style/HashEachMethods:
92 EnforcedStyle: hash_rockets
94 Style/HashTransformKeys:
97 Style/HashTransformValues:
109 Style/StringLiterals:
110 EnforcedStyle: double_quotes
113 EnforcedStyle: brackets
115 Rails/SpecificActionNames:
116 Description: Use only specific action names.
127 - app/controllers/**/*.rb
129 # This is a todo list, but is currently too long for `rubocop --auto-gen-config`
130 - 'app/controllers/api/notes_controller.rb'
131 - 'app/controllers/api/user_preferences_controller.rb'
132 - 'app/controllers/api/users_controller.rb'
133 - 'app/controllers/changesets_controller.rb'
134 - 'app/controllers/confirmations_controller.rb'
135 - 'app/controllers/diary_comments_controller.rb'
136 - 'app/controllers/diary_entries_controller.rb'
137 - 'app/controllers/errors_controller.rb'
138 - 'app/controllers/export_controller.rb'
139 - 'app/controllers/issues_controller.rb'
140 - 'app/controllers/site_controller.rb'
141 - 'app/controllers/traces_controller.rb'
142 - 'app/controllers/users_controller.rb'