.rubocop.yml in fawry-1.1.1 vs .rubocop.yml in fawry-1.2.1
- old
+ new
@@ -1,8 +1,9 @@
AllCops:
+ NewCops: enable
TargetRubyVersion: 2.6
Metrics/LineLength:
Max: 120
Metrics/BlockLength:
- ExcludedMethods: ['describe', 'context']
+ IgnoredMethods: ['describe', 'context']
Style/Documentation:
- Enabled: false
\ No newline at end of file
+ Enabled: false