Skip to content

Commit

Permalink
ruby-style: turn "unnecessary spacing" off
Browse files Browse the repository at this point in the history
  • Loading branch information
xithan committed Oct 7, 2015
1 parent 6f66c3a commit 3a486e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-style.yml
Expand Up @@ -606,7 +606,7 @@ Style/SymbolArray:
Enabled: false
Style/ExtraSpacing:
Description: Do not use unnecessary spacing.
Enabled: true
Enabled: false
Style/AccessorMethodName:
Description: Check the naming of accessor methods for get_/set_.
Enabled: false
Expand Down

0 comments on commit 3a486e7

Please sign in to comment.