There was an error while loading. Please reload this page.
2 parents 536db82 + 4d3d918 commit d4889a1Copy full SHA for d4889a1
1 file changed
CONST_create_template/Makefile
@@ -29,8 +29,8 @@ checks: prospector eslint ## Runs the checks
29
prospector: ## Runs the Prospector checks
30
mkdir geoportal/.ruff_cache || true
31
chmod 777 geoportal/.ruff_cache || true
32
- docker compose run --entrypoint= --no-deps --rm --volume=$(CURDIR)/geoportal:/app geoportal \
33
- prospector --without=ruff --output-format=pylint --die-on-tool-error
+ docker compose run --entrypoint= --rm --volume=$(CURDIR)/geoportal:/app geoportal \
+ prospector --output-format=pylint --die-on-tool-error
34
35
.PHONY: eslint
36
eslint: ## Runs the eslint checks
0 commit comments