Skip to content

Commit

Permalink
Merge pull request #2479 from alphagov/run-brakeman-in-local-developm…
Browse files Browse the repository at this point in the history
…ent-build

Run brakeman to local development build
  • Loading branch information
floehopper authored Nov 1, 2023
2 parents 941520a + 229dcc9 commit d9acfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/lint.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
desc "Run all linters"
task lint: :environment do
sh "bundle exec rubocop"
sh "yarn run lint"
sh "bundle exec brakeman . --except CheckRenderInline --quiet"
sh "bundle exec rubocop"
end

0 comments on commit d9acfb7

Please sign in to comment.