.rubocop.yml in git_tree-0.2.1 vs .rubocop.yml in git_tree-0.2.2
- old
+ new
@@ -64,10 +64,13 @@
- Rakefile
RSpec/ExampleLength:
Max: 20
+RSpec/FilePath:
+ Enabled: false
+
RSpec/MultipleExpectations:
Max: 15
Style/CommandLiteral:
Enabled: false
@@ -86,11 +89,10 @@
Style/RegexpLiteral:
Enabled: false
Style/StringConcatenation:
- Exclude:
- - spec/**/*
+ Enabled: false
Style/StringLiterals:
Enabled: false
Style/StringLiteralsInInterpolation: