2
0
Эх сурвалжийг харах

Move semgrep to after other linting checks

- Avoid failing all other checks if sempgrep is not compatible on an environment
LB Johnston 1 жил өмнө
parent
commit
46905db76e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,9 +20,9 @@ develop: clean-pyc
 lint-server:
 lint-server:
 	black --target-version py38 --check --diff .
 	black --target-version py38 --check --diff .
 	ruff check .
 	ruff check .
-	semgrep --config .semgrep.yml --error .
 	curlylint --parse-only wagtail
 	curlylint --parse-only wagtail
 	git ls-files '*.html' | xargs djhtml --check
 	git ls-files '*.html' | xargs djhtml --check
+	semgrep --config .semgrep.yml --error .
 
 
 lint-client:
 lint-client:
 	npm run lint:css --silent
 	npm run lint:css --silent