rubocop: remove app/helpers/calendars_helper.rb from Style/UnneededInterpolation fixed in r18346

git-svn-id: http://svn.redmine.org/redmine/trunk@18347 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-08-04 14:11:54 +00:00
parent be8372e7cc
commit 12f4721f7a

View File

@@ -1821,7 +1821,6 @@ Style/UnneededCondition:
# Cop supports --auto-correct.
Style/UnneededInterpolation:
Exclude:
- 'app/helpers/calendars_helper.rb'
- 'app/helpers/my_helper.rb'
- 'app/helpers/queries_helper.rb'
- 'app/models/query.rb'