removed comment rubocop

This commit is contained in:
Priit Tamboom 2014-11-05 17:28:08 +02:00
parent 0d28f9ef00
commit acbaf88bf6

View file

@ -49,10 +49,6 @@ Style/NilComparison:
Exclude:
- 'spec/**/*'
# allow comment out code with vim NerdCommenter
Style/CommentIndentation:
Enabled: false
# No need to force reduce to use |a, e| as parameters.
# Configuration parameters: Methods.
Style/SingleLineBlockParams: