mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +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:
parent
8c84752c12
commit
19a7c7fd0f
@ -32,6 +32,11 @@ Layout/CaseIndentation:
|
||||
Exclude:
|
||||
- 'config/initializers/10-patches.rb'
|
||||
|
||||
Layout/EmptyLinesAroundAccessModifier:
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- 'config/initializers/10-patches.rb'
|
||||
|
||||
Layout/EmptyLineBetweenDefs:
|
||||
AllowAdjacentOneLineDefs: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user