From 0d28f9ef00e11d948439d66096d368d640db806f Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Wed, 5 Nov 2014 12:08:43 +0200 Subject: [PATCH] added rubocop exception for vim NerdCommenter --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index feaf4db68..55b842082 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: