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 5, 2015
1 parent f7a6f5d commit e6a09fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ Style/ClassAndModuleChildren:
Style/Documentation:
Enabled: false

Style/IndentationConsistency:
Enabled: false

Style/StringLiterals:
EnforcedStyle: double_quotes

0 comments on commit e6a09fa

Please sign in to comment.