mirror of
https://github.com/redmine/redmine.git
synced 2026-06-20 02:30:26 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user