Skip to content

Commit

Permalink
Update cops.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Nov 22, 2014
1 parent 35a69f1 commit 7ebc2ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ Blocks:
- 'spec/**/*'

# We really like the readability with newline in beginning of classes.
EmptyLinesAroundBody:
EmptyLinesAroundMethodBody:
Enabled: false

EmptyLinesAroundClassBody:
Enabled: false

EmptyLinesAroundModuleBody:
Enabled: false

0 comments on commit 7ebc2ad

Please sign in to comment.