.rubocop.yml in roadie-5.1.0 vs .rubocop.yml in roadie-5.2.0
- old
+ new
@@ -1,5 +1,9 @@
-AllCops:
- DisabledByDefault: true
+require:
+ - standard
-Style/FrozenStringLiteralComment:
- Enabled: true
\ No newline at end of file
+inherit_gem:
+ standard: config/base.yml
+
+AllCops:
+ SuggestExtensions: false
+ TargetRubyVersion: 2.7