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