notify-api-387 Scan projects for unused code

This commit is contained in:
Kenneth Kehl
2023-08-08 11:03:50 -07:00
parent 1c31905b4e
commit 320798e417
2 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,11 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
--loglevel=INFO \
--concurrency=4
.PHONY: dead-code
dead-code:
pipenv run vulture ./app --min-confidence=100
.PHONY: run-celery-beat
run-celery-beat: ## Run celery beat
pipenv run celery \