From 01ae47c0d0f528c467046487f8c0e3421cb5f42e Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 16 Mar 2015 15:34:46 +0200 Subject: [PATCH] Stop measuring of pylint rating for examples --- manage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manage.py b/manage.py index 8cbbac16..6dc601b6 100644 --- a/manage.py +++ b/manage.py @@ -30,7 +30,6 @@ def check(): os.system('flake8 objects/') os.system('pep257 objects/') - os.system('pylint examples/ --rcfile=./.pylintrc') os.system('flake8 examples/') os.system('pep257 examples/')