Enable a few more rubocop rules

This commit is contained in:
Rafael Mendonça França 2016-07-17 04:10:45 -03:00
parent 28e7dfa86d
commit 2384317465
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 13 additions and 0 deletions

View File

@ -25,3 +25,16 @@ Style/AndOr:
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
Lint/RequireParentheses:
enabled: true
Style/BracesAroundHashParameters:
enabled: true
Style/IndentationConsistency:
enabled: true
EnforcedStyle: rails
Style/EmptyLinesAroundClassBody:
enabled: true
Style/EmptyLinesAroundModuleBody:
enabled: true