Skip to content

Commit

Permalink
Rubocop: silence warnings about indentation consistency
Browse files Browse the repository at this point in the history
Rubocop doesn't (yet) support the Rails style of private method
indentation (see rubocop/rubocop#1342).
  • Loading branch information
0xazure committed Apr 1, 2015
1 parent 49bda72 commit 8c71300
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ Metrics/LineLength:
Style/ClassAndModuleChildren:
Enabled: false

Style/CommentIndentation:
Enabled: false

Style/Documentation:
Enabled: false

Style/IndentationConsistency:
Enabled: false

Style/StringLiterals:
EnforcedStyle: double_quotes

0 comments on commit 8c71300

Please sign in to comment.