mirror of
https://github.com/redmine/redmine.git
synced 2026-01-30 03:09:58 +01:00
add Layout/FirstHashElementIndentation to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20660 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -49,6 +49,11 @@ Layout/EmptyLinesAroundAccessModifier:
|
||||
Layout/EmptyLineBetweenDefs:
|
||||
AllowAdjacentOneLineDefs: true
|
||||
|
||||
Layout/FirstHashElementIndentation:
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||
|
||||
Layout/LineLength:
|
||||
Enabled: true
|
||||
IgnoredPatterns: ['\A\s+test \".+\" do\z', '\A\s*\#']
|
||||
|
||||
Reference in New Issue
Block a user