Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

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 fc3e393 commit 8760727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ SingleSpaceBeforeFirstArg:
Blocks:
Exclude:
- 'spec/**/*'

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

0 comments on commit 8760727

Please sign in to comment.