1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

add Layout/EmptyLinesAroundAccessModifier excluding files to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20485 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-22 13:44:22 +00:00
parent 8c84752c12
commit 19a7c7fd0f

View File

@ -32,6 +32,11 @@ Layout/CaseIndentation:
Exclude: Exclude:
- 'config/initializers/10-patches.rb' - 'config/initializers/10-patches.rb'
Layout/EmptyLinesAroundAccessModifier:
Enabled: true
Exclude:
- 'config/initializers/10-patches.rb'
Layout/EmptyLineBetweenDefs: Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true AllowAdjacentOneLineDefs: true