mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
change failure to be C, D or F
This commit is contained in:
4
Makefile
4
Makefile
@@ -31,8 +31,8 @@ avg-complexity:
|
||||
|
||||
.PHONY: too-complex
|
||||
too-complex:
|
||||
echo "*** Shows code that got a rating of D or F in radon ***"
|
||||
pipenv run radon cc ./app -a -nd
|
||||
echo "*** Shows code that got a rating of C, D or F in radon ***"
|
||||
pipenv run radon cc ./app -a -nc
|
||||
|
||||
.PHONY: run-flask
|
||||
run-flask: ## Run flask
|
||||
|
||||
Reference in New Issue
Block a user