[blivet:master 4/4] Remove non-doing check target

mulhern amulhern at redhat.com
Wed Mar 19 16:54:55 UTC 2014


The only task this check target has is a commented out pylint check,
which has the potential to confuse people.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index 1079faa..6edac2a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,6 @@ all:
 po-pull:
 	tx pull $(TX_PULL_ARGS)
 
-check:
-	@echo "*** Running pylint to verify source ***"
-	#PYTHONPATH=. pylint blivet/*.py blivet/*/*.py --rcfile=/dev/null -i y -r n --disable=C,R --disable=W0141,W0142,W0221,W0401,W0403,W0404,W0603,W0611,W0612,W0613,W0614,W0703
-
 test:
 	@echo "*** Running unittests ***"
 	PYTHONPATH=.:tests/ python -m unittest discover -v -s tests/ -p '*_test.py'
-- 
1.8.3.1



More information about the anaconda-patches mailing list