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: Exclude:
- 'spec/**/*' - 'spec/**/*'
# allow comment out code with vim NerdCommenter
Style/CommentIndentation:
Enabled: false
# No need to force reduce to use |a, e| as parameters. # No need to force reduce to use |a, e| as parameters.
# Configuration parameters: Methods. # Configuration parameters: Methods.
Style/SingleLineBlockParams: Style/SingleLineBlockParams: