Skip to content

Commit

Permalink
Avoid contradictory quote style rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Jan 25, 2015
1 parent 3419f38 commit 0a5fec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ LineLength:
Documentation:
Enabled: false

# Neatly aligned code is to swell.
# Neatly aligned code is too swell.
SingleSpaceBeforeFirstArg:
Enabled: false

# Don't mess with RSpec DSL.
Blocks:
Exclude:
- 'spec/**/*'

# Avoid contradictory style rules by enforce single quotes.
StringLiterals:
EnforcedStyle: single_quotes

0 comments on commit 0a5fec5

Please sign in to comment.