From 941cbe393fc30b56ed3d22457650ca649f8114a2 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 3 Feb 2015 16:40:34 +0200 Subject: [PATCH] ignore commented out intention --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 090ddc4a3..c58f51bdb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -72,3 +72,8 @@ Style/ClassAndModuleChildren: # Allow to use Estonian terms/data in comments Style/AsciiComments: Enabled: false + +# turn off comment intention check during development +# because NerdCommenter honors commented code intentions +Style/CommentIndentation: + Enabled: false