Move semgrep to after other linting checks

- Avoid failing all other checks if sempgrep is not compatible on an environment
pull/10738/head
LB Johnston 2023-07-15 22:08:28 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 03737672c7
commit 46905db76e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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