Update rubocop

This commit is contained in:
Priit Tamboom 2014-10-09 17:08:10 +03:00
parent 0c5e971461
commit 825e4bc5c1

View file

@ -43,6 +43,9 @@ Void:
Style/SingleLineBlockParams:
Enabled: false
# No need for nested module/class definition as far as I know
# allow prefix for models and controllers,
# otherwise we have to intent all body 4 spaces
Style/ClassAndModuleChildren:
Enabled: false
Exclude:
- 'app/controllers/**/*'
- 'app/models/**/*'