[yum-commits] Makefile

Tim Lauridsen timlau at osuosl.org
Sat Nov 7 05:59:51 UTC 2009


 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8558bcaffc28e46b4aa067a017d16d813477268f
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Sat Nov 7 06:59:30 2009 +0100

    silence pylint runtime error noise

diff --git a/Makefile b/Makefile
index bce2c9f..e05d9cf 100644
--- a/Makefile
+++ b/Makefile
@@ -94,9 +94,9 @@ ChangeLog: FORCE
 	@git log --pretty --numstat --summary | ./tools/git2cl > ChangeLog
 
 pylint:
-	@pylint --rcfile=test/yum-utils-pylintrc $(PY_FILES)
+	@pylint --rcfile=test/yum-utils-pylintrc $(PY_FILES) 2>/dev/null
 
 pylint-short:
-	@pylint -r n --rcfile=test/yum-utils-pylintrc $(PY_FILES)
+	@pylint -r n --rcfile=test/yum-utils-pylintrc $(PY_FILES) 2>/dev/null
 
 FORCE:


More information about the Yum-commits mailing list