- ./.rubocop/specific_action_names.rb
AllCops:
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.2
NewCops: enable
Exclude:
- 'vendor/**/*'
- 'bin/setup'
- 'bin/update'
+Style/RaiseArgs:
+ Exclude:
+ - 'lib/osm.rb'
+
Style/StringLiterals:
EnforcedStyle: double_quotes
- app/controllers/**/*.rb
Exclude:
# This is a todo list, but is currently too long for `rubocop --auto-gen-config`
- - 'app/controllers/api/changeset_comments_controller.rb'
- 'app/controllers/api/changesets_controller.rb'
- 'app/controllers/api/notes_controller.rb'
- 'app/controllers/api/user_preferences_controller.rb'