.rubocop.yml in yao-0.13.4 vs .rubocop.yml in yao-0.14.0
- old
+ new
@@ -1,7 +1,8 @@
AllCops:
- TargetRubyVersion: 2.4
+ SuggestExtensions: false
+ TargetRubyVersion: 3.0
DisplayCopNames: true
DisabledByDefault: true
Exclude:
- 'vendor/**/*'
@@ -9,11 +10,11 @@
Enabled: true
Layout/EmptyLines:
Enabled: true
-Layout/TrailingBlankLines:
+Layout/TrailingEmptyLines:
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
@@ -49,10 +50,6 @@
EnforcedOctalStyle: zero_only
Enabled: true
Style/StabbyLambdaParentheses:
EnforcedStyle: require_parentheses
- Enabled: true
-
-Rails/ActionFilter:
- EnforcedStyle: action
Enabled: true