.rubocop.yml in rubocop-git2-0.1.4 vs .rubocop.yml in rubocop-git2-0.1.5
- old
+ new
@@ -1,19 +1,25 @@
AllCops:
NewCops: enable
+ SuggestExtensions: false
TargetRubyVersion: 2.6 # really 2.4, but 2.6 is lowest supported by rubocop
+# warning! changes here might break specs that test config evaluation.
+Gemspec/RequireMFA:
+ Enabled: false
Layout/DotPosition:
Enabled: false
Metrics/BlockLength:
- Exclude: ['test/**/*.rb']
+ Exclude: ['spec/**/*.rb']
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/IfUnlessModifier:
+ Enabled: false
+Style/Lambda:
Enabled: false
Style/SelectByRegexp:
Enabled: false
Style/StringLiterals:
Enabled: false