[Fix #592] Rubocop: add rule to forbid html_safe
This commit is contained in:
parent
693c2a43ac
commit
c68b4e9cf6
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ jobs:
|
|||
bundle exec rspec --color --require spec_helper -- ${TESTFILES}
|
||||
- run:
|
||||
name: Run rubocop
|
||||
command: bundle exec rubocop
|
||||
command: bundle exec rubocop -R
|
||||
- run:
|
||||
name: Run haml-lint
|
||||
command: bundle exec haml-lint app/views/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue