Ignore html_safe in application helper

This commit is contained in:
AEtherC0r3 2017-06-04 12:54:15 +03:00 committed by Stella Rouzi
parent 02d75ec729
commit 5bb52f24a5

View file

@ -183,6 +183,7 @@ Rails/OutputSafety:
Exclude:
- 'app/helpers/format_helper.rb'
- 'app/models/commercial.rb'
- 'app/helpers/application_helper.rb'
# Offense count: 10
# Cop supports --auto-correct.