.rubocop.yml in fat_table-0.9.7 vs .rubocop.yml in fat_table-0.9.8
- old
+ new
@@ -1,9 +1,12 @@
inherit_from:
- ~/.rubocop.yml
AllCops:
+ Include:
+ - 'lib/**/*'
+ - 'spec/**/*'
Exclude:
- 'test/tmp/**/*'
- 'vendor/bundle/**/*'
Style/MethodCallWithArgsParentheses:
@@ -12,5 +15,11 @@
- '*_spec.rb'
Style/ClassAndModuleChildren:
Exclude:
- 'test/**/*'
+
+Naming/VariableName:
+ Enabled: false
+
+RSpec/VariableName:
+ Enabled: false