change failure to be C, D or F

This commit is contained in:
Kenneth Kehl
2023-08-07 10:59:51 -07:00
parent 9222cc9942
commit 8fe5ca202a

View File

@@ -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