cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmine/wiki_formatting_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19170 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-22 14:54:43 +00:00
parent 19d0fe302b
commit 0095bbbd72
2 changed files with 16 additions and 25 deletions

View File

@@ -39,11 +39,6 @@ Layout/AlignArguments:
Layout/AlignHash:
Enabled: false
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation:
Exclude:
- 'test/unit/lib/redmine/wiki_formatting_test.rb'
# Cop supports --auto-correct.
Layout/ClosingParenthesisIndentation:
Enabled: false