Skip to content

Commit bfca895

Browse files
committed
add Layout/FirstHashElementIndentation to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20660 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 2edd00b commit bfca895

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Layout/EmptyLinesAroundAccessModifier:
4949
Layout/EmptyLineBetweenDefs:
5050
AllowAdjacentOneLineDefs: true
5151

52+
Layout/FirstHashElementIndentation:
53+
Enabled: true
54+
Exclude:
55+
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
56+
5257
Layout/LineLength:
5358
Enabled: true
5459
IgnoredPatterns: ['\A\s+test \".+\" do\z', '\A\s*\#']

0 commit comments

Comments
 (0)