mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseIndentation and Layout/IndentHeredoc fixed by previous revisions
git-svn-id: http://svn.redmine.org/redmine/trunk@18809 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1961acdb87
commit
65328a5d53
@ -65,7 +65,6 @@ Layout/CaseIndentation:
|
||||
# Cop supports --auto-correct.
|
||||
Layout/ClosingHeredocIndentation:
|
||||
Exclude:
|
||||
- 'test/helpers/application_helper_test.rb'
|
||||
- 'test/integration/lib/redmine/hook_test.rb'
|
||||
- 'test/unit/lib/redmine/unified_diff_test.rb'
|
||||
- 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
|
||||
@ -181,7 +180,6 @@ Layout/IndentFirstHashElement:
|
||||
# SupportedStyles: squiggly, active_support, powerpack, unindent
|
||||
Layout/IndentHeredoc:
|
||||
Exclude:
|
||||
- 'test/helpers/application_helper_test.rb'
|
||||
- 'test/integration/lib/redmine/hook_test.rb'
|
||||
- 'test/unit/lib/redmine/syntax_highlighting/rouge_test.rb'
|
||||
- 'test/unit/lib/redmine/unified_diff_test.rb'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user