diff --git a/lib/tasks/lint.rake b/lib/tasks/lint.rake index fae68785a..fe57ed47c 100644 --- a/lib/tasks/lint.rake +++ b/lib/tasks/lint.rake @@ -1,5 +1,6 @@ desc "Run all linters" task lint: :environment do sh "yarn run lint" + sh "bundle exec brakeman . --except CheckRenderInline --quiet" sh "bundle exec rubocop" end