Browse Source

Removed 'Style/CommentIndentation' from rubocop config, corrected with 43a924f5545b925893dd47dd2c1e7f2573dd7105.

Thorsten Eckel 9 years ago
parent
commit
a4ebf8ab9b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .rubocop.yml

+ 0 - 2
.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: