Enforce Style/ClassAndModuleChildren in rubocop

This commit is contained in:
Eric Schultz 2021-02-24 11:57:17 -06:00 committed by Eric Schultz
parent cdfafcdd1c
commit 3a23bce398

View file

@ -767,5 +767,8 @@ RSpec/NotToNot:
RSpec/SharedExamples:
Enabled: false
Style/ClassAndModuleChildren:
EnforcedStyle: compact
Style/PreferredHashMethods:
Enabled: false