code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_diff.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18759 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-19 11:15:54 +00:00
parent 0fdaa963aa
commit 163e6eb6f7
2 changed files with 4 additions and 3 deletions

View File

@@ -1446,7 +1446,6 @@ Style/VariableInterpolation:
Style/WhileUntilModifier:
Exclude:
- 'app/models/attachment.rb'
- 'lib/redmine/unified_diff.rb'
- 'lib/redmine/utils.rb'
# Cop supports --auto-correct.