Skip to content

Commit

Permalink
Tell Hound where the Rubocop config is
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Apr 5, 2015
1 parent 54f30b2 commit 1efb711
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .hound.yml
@@ -0,0 +1,2 @@
ruby:
config_file: .rubocop.yml
12 changes: 12 additions & 0 deletions .rubocop.yml
Expand Up @@ -3,3 +3,15 @@ Style/DotPosition:

Style/StringLiterals:
EnforcedStyle: single_quotes

Style/Documentation:
Enabled: false

Metrics/LineLength:
Max: 100

Style/IfUnlessModifier:
Enabled: false

Style/TrailingComma:
Enabled: false

0 comments on commit 1efb711

Please sign in to comment.