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

rubocop: remove app/helpers/application_helper.rb from Style/WhenThen fixed by r18664

git-svn-id: http://svn.redmine.org/redmine/trunk@18670 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-14 18:56:51 +00:00
parent ab3a1e01a7
commit 3cc5ee66d0

View File

@ -1574,7 +1574,6 @@ Style/VariableInterpolation:
# Cop supports --auto-correct.
Style/WhenThen:
Exclude:
- 'app/helpers/application_helper.rb'
- 'app/models/issue_query.rb'
- 'app/models/role.rb'
- 'lib/redmine/views/builders.rb'