.rubocop.yml in self_data-1.0.0 vs .rubocop.yml in self_data-1.1.0
- old
+ new
@@ -1,16 +1,6 @@
-Metrics/LineLength:
- Max: 100
- Exclude:
- - 'self_data.gemspec'
+inherit_gem:
+ rubocop-config-umbrellio: lib/rubocop.yml
-Style/Documentation:
- Enabled: false
-
-Style/StringLiterals:
- Enabled: false
-
-Style/MultilineOperationIndentation:
- EnforcedStyle: indented
-
-Style/AndOr:
- EnforcedStyle: conditionals
+AllCops:
+ DisplayCopNames: true
+ TargetRubyVersion: 2.5