mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Update rubocop
This commit is contained in:
parent
0c5e971461
commit
825e4bc5c1
1 changed files with 5 additions and 2 deletions
|
@ -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/**/*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue