.rubocop.yml in cose-0.11.0 vs .rubocop.yml in cose-1.0.0
- old
+ new
@@ -18,15 +18,14 @@
Enabled: true
Layout:
Enabled: true
+Layout/LineLength:
+ Max: 120
+
Lint:
Enabled: true
-
-Metrics/LineLength:
- Max: 120
- IgnoreCopDirectives: true
Naming:
Enabled: true
Performance: