Skip to content

Commit d4889a1

Browse files
authored
Merge pull request #1823 from camptocamp/interrupted-upgrade-prod-2-10-master
Upgrade failed
2 parents 536db82 + 4d3d918 commit d4889a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONST_create_template/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ checks: prospector eslint ## Runs the checks
2929
prospector: ## Runs the Prospector checks
3030
mkdir geoportal/.ruff_cache || true
3131
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
32+
docker compose run --entrypoint= --rm --volume=$(CURDIR)/geoportal:/app geoportal \
33+
prospector --output-format=pylint --die-on-tool-error
3434

3535
.PHONY: eslint
3636
eslint: ## Runs the eslint checks

0 commit comments

Comments
 (0)