Skip to content

Commit

Permalink
Change rubocop to allow blank lines around the body
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Nov 21, 2013
1 parent f8704dd commit 610d0ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/rubocop.yml
Expand Up @@ -55,3 +55,7 @@ ConstantName:
# Not all trivial readers/writers can be defined with attr_* methods
TrivialAccessors:
Enabled: false

# Allow empty lines around body
EmptyLinesAroundBody:
Enabled: false

0 comments on commit 610d0ae

Please sign in to comment.