.rubocop.yml in tinytyping-0.4.0 vs .rubocop.yml in tinytyping-0.5.0
- old
+ new
@@ -1,14 +1,26 @@
+AllCops:
+ NewCops: enable
+
+Layout/LineLength:
+ Enabled: false
+
Metrics/AbcSize:
Enabled: false
-Metrics/CyclomaticComplexity:
+Metrics/BlockLength:
Enabled: false
-Metrics/LineLength:
+Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
+ Enabled: false
+
+Metrics/PerceivedComplexity:
+ Enabled: false
+
+Naming/MethodParameterName:
Enabled: false
Style/Documentation:
Enabled: false