.rubocop.yml in flavicon-0.2.0 vs .rubocop.yml in flavicon-0.3.0
- old
+ new
@@ -1,10 +1,11 @@
require: rubocop-rspec
AllCops:
- TargetRubyVersion: 2.6
+ NewCops: enable
+ TargetRubyVersion: 2.7
-Metrics/LineLength:
+Layout/LineLength:
Max: 120
Style/Documentation:
Enabled: false