.rubocop.yml in titleist-0.1.0 vs .rubocop.yml in titleist-0.1.1
- old
+ new
@@ -1,11 +1,16 @@
+AllCops:
+ Exclude:
+ - test/dummy/**/*
+ - vendor/**/*
+
Style/StringLiterals:
Enabled: false
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
Metrics/LineLength:
Exclude:
- - spec/**/*
- - bin/**/*
- titleist.gemspec
-
-Style/FrozenStringLiteralComment:
- Enabled: false
+ - test/test_helper.rb
+ - bin/rails