Enforce Style/ClassAndModuleChildren in rubocop
This commit is contained in:
parent
cdfafcdd1c
commit
3a23bce398
1 changed files with 3 additions and 0 deletions
|
@ -767,5 +767,8 @@ RSpec/NotToNot:
|
|||
RSpec/SharedExamples:
|
||||
Enabled: false
|
||||
|
||||
Style/ClassAndModuleChildren:
|
||||
EnforcedStyle: compact
|
||||
|
||||
Style/PreferredHashMethods:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue