.rubocop.yml in fawry-1.2.1 vs .rubocop.yml in fawry-1.3.0
- old
+ new
@@ -1,8 +1,8 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.6
-Metrics/LineLength:
+Layout/LineLength:
Max: 120
Metrics/BlockLength:
IgnoredMethods: ['describe', 'context']
Style/Documentation:
Enabled: false