.rubocop.yml in starcall-0.1.1 vs .rubocop.yml in starcall-0.2.0
- old
+ new
@@ -5,10 +5,13 @@
Layout/LineLength:
Max: 120
Metrics/BlockLength:
- Max: 150
+ ExcludedMethods: ['let', 'describe', 'context']
+
+Metrics/MethodLength:
+ Max: 15
Layout/SpaceAroundMethodCallOperator:
Enabled: true
Lint/RaiseException: