1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/ClosingHeredocIndentation fixed by previous revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@18977 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-09 00:47:04 +00:00
parent b914f86eab
commit 5d543b637e

View File

@ -40,7 +40,6 @@ Layout/CaseIndentation:
# Cop supports --auto-correct.
Layout/ClosingHeredocIndentation:
Exclude:
- 'test/unit/lib/redmine/unified_diff_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'