.rubocop.yml in excavate-0.3.1 vs .rubocop.yml in excavate-0.3.2
- old
+ new
@@ -1,2 +1,15 @@
inherit_from:
- 'https://raw.githubusercontent.com/fontist/oss-guides/master/ci/rubocop.yml'
+
+
+AllCops:
+ TargetRubyVersion: 2.7
+ SuggestExtensions: false
+ Exclude:
+ - 'pkg/**/*'
+
+Gemspec/RequireMFA:
+ Enabled: false
+
+Layout/LineLength:
+ Max: 160