.rubocop.yml in lex-scheduler-0.1.0 vs .rubocop.yml in lex-scheduler-0.1.1
- old
+ new
@@ -5,10 +5,14 @@
Metrics/ClassLength:
Max: 1500
Metrics/BlockLength:
Max: 50
Metrics/AbcSize:
- Max: 50
+ Max: 100
+Metrics/CyclomaticComplexity:
+ Max: 15
+Metrics/PerceivedComplexity:
+ Max: 20
Style/Documentation:
Enabled: false
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
\ No newline at end of file