.rubocop.yml in alma-0.4.2 vs .rubocop.yml in alma-0.5.0
- old
+ new
@@ -1,9 +1,9 @@
require:
- rubocop-rails
AllCops:
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Exclude:
- 'node_modules/**/*'