Skip to content

Commit

Permalink
Move semgrep to after other linting checks
Browse files Browse the repository at this point in the history
- Avoid failing all other checks if sempgrep is not compatible on an environment
  • Loading branch information
lb- committed Aug 2, 2023
1 parent 0373767 commit 46905db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ develop: clean-pyc
lint-server:
black --target-version py38 --check --diff .
ruff check .
semgrep --config .semgrep.yml --error .
curlylint --parse-only wagtail
git ls-files '*.html' | xargs djhtml --check
semgrep --config .semgrep.yml --error .

lint-client:
npm run lint:css --silent
Expand Down

0 comments on commit 46905db

Please sign in to comment.