.rubocop.yml in x25519-0.0.0 vs .rubocop.yml in x25519-0.1.0
- old
+ new
@@ -20,9 +20,12 @@
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
+Metrics/BlockLength:
+ Max: 100
+
Metrics/ClassLength:
Max: 100
Metrics/LineLength:
Max: 128