]> source.dussan.org Git - redmine.git/commitdiff
rubocop: remove app/helpers/calendars_helper.rb from Style/UnneededInterpolation...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Aug 2019 14:11:54 +0000 (14:11 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Aug 2019 14:11:54 +0000 (14:11 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18347 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 0fc04e9638e71453069779670c20896ec59ee69f..ae0fc61d3daeda30df4d5c579a2faac54bfdee91 100644 (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'