diff --git a/Makefile b/Makefile index 861f86439..6bf8a2058 100644 --- a/Makefile +++ b/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