Rename 'has_key?' and 'has_interrupt?'

This commit is contained in:
Florian Weingarten
2015-06-04 13:14:46 -04:00
parent 82269e2509
commit 5919626da4
10 changed files with 14 additions and 21 deletions
-10
View File
@@ -5,11 +5,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 11
# Cop supports --auto-correct.
Lint/UnusedMethodArgument:
Enabled: false
# Offense count: 51
Metrics/AbcSize:
Max: 58
@@ -70,11 +65,6 @@ Style/MultilineBlockChain:
Style/Next:
Enabled: false
# Offense count: 3
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.