code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in app/models/issue_query.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18725 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-17 16:40:54 +00:00
parent 9cf1621083
commit 80f18dd89c
2 changed files with 6 additions and 13 deletions

View File

@@ -312,7 +312,6 @@ Layout/SpaceBeforeFirstArg:
# Cop supports --auto-correct.
Layout/SpaceBeforeSemicolon:
Exclude:
- 'app/models/issue_query.rb'
- 'app/models/user_preference.rb'
- 'config/initializers/10-patches.rb'
@@ -1460,11 +1459,6 @@ Style/VariableInterpolation:
Exclude:
- 'lib/redmine/configuration.rb'
# Cop supports --auto-correct.
Style/WhenThen:
Exclude:
- 'app/models/issue_query.rb'
# Cop supports --auto-correct.
Style/WhileUntilModifier:
Exclude: