.rubocop.yml in simple_validate-1.2.3 vs .rubocop.yml in simple_validate-2.0.0
- old
+ new
@@ -1,11 +1,21 @@
+AllCops:
+ TargetRubyVersion: 3.1
+
+Style/StringLiterals:
+ Enabled: true
+ EnforcedStyle: double_quotes
+
Metrics/BlockLength:
Enabled: false
Style/Documentation:
Enabled: false
Metrics/AbcSize:
Enabled: false
Style/DoubleNegation:
+ Enabled: false
+
+Lint/ConstantDefinitionInBlock:
Enabled: false