Merge pull request #402 from GSA/notify-api-387

notify-api-387 Scan projects for unused code
This commit is contained in:
Steven Reilly
2023-08-14 13:52:38 -04:00
committed by GitHub
5 changed files with 15 additions and 6 deletions

View File

@@ -47,6 +47,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 \