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 \

View File

@@ -61,6 +61,7 @@ gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8a
packaging = "==23.1"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
newrelic = "*"
vulture = "==2.7"
[dev-packages]
exceptiongroup = "==1.1.2"