Disable Style/AccessorGrouping in rubocop
It makes more sense to allow to structure and group accessors how it makes sense in the code instead of enforcing it to be grouped in a specific way.
This commit is contained in:
parent
b2a56376cd
commit
0bb4ffce89
1 changed files with 4 additions and 0 deletions
|
|
@ -179,6 +179,10 @@ Layout/DotPosition:
|
|||
Style/HashEachMethods:
|
||||
Enabled: true
|
||||
|
||||
# It makes more sense to allow to structure and group them how it makes sense in the code
|
||||
Style/AccessorGrouping:
|
||||
Enabled: false
|
||||
|
||||
# TODO: Enable with Ruby 2.5
|
||||
Style/HashTransformKeys:
|
||||
Enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue