From acbaf88bf618e628a52c3e69c6986d7c74b123e6 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Wed, 5 Nov 2014 17:28:08 +0200 Subject: [PATCH] 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: