mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
change failure to be C, D, or F
This commit is contained in:
4
Makefile
4
Makefile
@@ -59,8 +59,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: py-test
|
||||
py-test: export NEW_RELIC_ENVIRONMENT=test
|
||||
|
||||
Reference in New Issue
Block a user