From a4ebf8ab9be39b852eb21dd4f753ae5b4d2c8875 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 8 May 2015 15:12:00 +0200 Subject: [PATCH] Removed 'Style/CommentIndentation' from rubocop config, corrected with 43a924f5545b925893dd47dd2c1e7f2573dd7105. --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 77808fc90..7aeed4256 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -185,8 +185,6 @@ Style/Documentation: Description: 'Document classes and non-namespace modules.' Enabled: false -Style/CommentIndentation: - Enabled: false Lint/RescueException: Enabled: false Style/ClassVars: