.rubocop.yml in mopti-0.1.0 vs .rubocop.yml in mopti-0.2.0
- old
+ new
@@ -1,8 +1,11 @@
require:
- rubocop-performance
- rubocop-rspec
+AllCops:
+ NewCops: enable
+
Layout/LineLength:
Max: 145
IgnoredPatterns: ['(\A|\s)#']
Metrics/ModuleLength: