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:
parent
8c84752c12
commit
19a7c7fd0f
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user