Browse Source

Removed cop 'Lint/LiteralInCondition', no changes needed.

Thorsten Eckel 9 years ago
parent
commit
492c07cd95
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .rubocop.yml

+ 0 - 2
.rubocop.yml

@@ -242,8 +242,6 @@ Style/PredicateName:
   Enabled: false
 Style/ClassVars:
   Enabled: false
-Lint/LiteralInCondition:
-  Enabled: false
 Style/SpaceBeforeComment:
   Enabled: false
 Lint/UselessAssignment: