.rubocop.yml in henkei-1.22.0 vs .rubocop.yml in henkei-1.23.0
- old
+ new
@@ -1,10 +1,10 @@
+Layout/LineLength:
+ Max: 120
+
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
-
-Metrics/LineLength:
- Max: 120
Metrics/MethodLength:
Max: 15
Style/ClassVars: