Skip to content

Commit

Permalink
replace deprecated SingleSpaceBeforeFirstArg with SpaceBeforeFirstArg…
Browse files Browse the repository at this point in the history
… for hound
  • Loading branch information
Priyank Gupta committed Feb 26, 2016
1 parent f671482 commit bafc9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hound.yml
Expand Up @@ -8,7 +8,7 @@ Style/Documentation:
Enabled: false

# Neatly aligned code is too swell.
Style/SingleSpaceBeforeFirstArg:
Style/SpaceBeforeFirstArg:
Enabled: false

# Don't mess with RSpec DSL.
Expand Down

0 comments on commit bafc9db

Please sign in to comment.