mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
notify-api-387 Scan projects for unused code
This commit is contained in:
5
Makefile
5
Makefile
@@ -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 \
|
||||
|
||||
1
Pipfile
1
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user