.rubocop.yml in simple_segment-1.2.0 vs .rubocop.yml in simple_segment-1.3.0
- old
+ new
@@ -1,12 +1,18 @@
+AllCops:
+ NewCops: enable
+
Metrics/BlockLength:
Exclude:
- '**/*_spec.rb'
-Metrics/LineLength:
+Layout/LineLength:
Max: 100
IgnoreCopDirectives: true
Exclude:
- 'simple_segment.gemspec'
Style/Documentation:
+ Enabled: false
+
+Gemspec/RequiredRubyVersion:
Enabled: false