added rubocop exception for vim NerdCommenter

This commit is contained in:
Priit Tamboom 2014-11-05 12:08:43 +02:00
parent be319509ca
commit 0d28f9ef00

View file

@ -49,6 +49,10 @@ 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: