.rubocop.yml in grape-0.7.0 vs .rubocop.yml in grape-0.8.0
- old
+ new
@@ -1,7 +1,7 @@
AllCops:
- Excludes:
+ Exclude:
- vendor/**
- bin/**
LineLength:
Enabled: false
@@ -22,15 +22,10 @@
Encoding:
# no need to always specify encoding
Enabled: false
-HashMethods:
- # key? instead of has_key?
- # value? instead of has_value?
- Enabled: false
-
StringLiterals:
# use single or double-quoted strings, as you please
Enabled: false
Void:
@@ -66,5 +61,10 @@
Enabled: false
CyclomaticComplexity:
Enabled: false
+DoubleNegation:
+ Enabled: false
+
+PredicateName:
+ Enabled: false