config/enabled.yml in rubocop-0.53.0 vs config/enabled.yml in rubocop-0.54.0
- old
+ new
@@ -1167,10 +1167,14 @@
Enabled: true
Include:
- 'spec/**/*'
- 'test/**/*'
+Rails/HttpStatus:
+ Description: 'Enforces use of symbolic or numeric value to define HTTP status.'
+ Enabled: true
+
Rails/InverseOf:
Description: 'Checks for associations where the inverse cannot be determined automatically.'
Enabled: true
Rails/LexicallyScopedActionFilter:
@@ -2002,9 +2006,15 @@
Enabled: true
Style/UnneededPercentQ:
Description: 'Checks for %q/%Q when single quotes or double quotes would do.'
StyleGuide: '#percent-q'
+ Enabled: true
+
+Style/UnpackFirst:
+ Description: >-
+ Checks for accessing the first element of `String#unpack`
+ instead of using `unpack1`
Enabled: true
Style/VariableInterpolation:
Description: >-
Don't interpolate global, instance and class variables