Skip to content

Commit

Permalink
Updated hound file. closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
plribeiro3000 committed Jul 10, 2014
1 parent 58c95a6 commit 7d4664e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .hound.yml
Expand Up @@ -4,24 +4,23 @@ StringLiterals:
Style/InlineComment:
Enabled: true

Style/MethodCalledOnDoEndBlock:
MethodCalledOnDoEndBlock:
Enabled: true

Style/HashSyntax:
EnforcedStyle: hash_rockets
HashSyntax:
Enabled: false

Style/LineLength:
Max: 120
AllowURI: true
LineLength:
Enabled: false

Style/SingleSpaceBeforeFirstArg:
SingleSpaceBeforeFirstArg:
Enabled: false

Style/SymbolArray:
SymbolArray:
Enabled: true

Style/TrailingBlankLines:
TrailingBlankLines:
Enabled: false

Style/TrailingWhitespace:
TrailingWhitespace:
Enabled: false

0 comments on commit 7d4664e

Please sign in to comment.