1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18345 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-08-04 05:41:31 +00:00
parent 9fa084133b
commit 10ae000021
2 changed files with 2 additions and 3 deletions

View File

@ -112,7 +112,6 @@ Layout/CommentIndentation:
- 'test/unit/issue_test.rb' - 'test/unit/issue_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb' - 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb'
- 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb' - 'test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb'
- 'test/unit/repository_cvs_test.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity. # Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.