From 71f54700811af83a97dda92ee70d1500c3fc7d56 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 03 Oct 2008 19:00:37 +0000 Subject: Ignore dispatch, we don't want to change it to not go out of sync with the django version. --- (limited to 'scripts') diff --git a/scripts/check.py b/scripts/check.py index cce1780..b827b62 100644 --- a/scripts/check.py +++ b/scripts/check.py @@ -105,8 +105,6 @@ class cmd_check(Command): return ui_check.start() def check_pylint(self, config): - sugar_path = os.path.join(config.prefix, 'share', 'sugar') - print 'Pylint the sugar module...' self.lint('sugar') print 'Done.' diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc index 16ab620..e3d1d92 100644 --- a/scripts/data/pylintrc +++ b/scripts/data/pylintrc @@ -20,7 +20,7 @@ profile=no # Add to the black list. It should be a base name, not a # path. You may set this option multiple times. -ignore=CVS,_sugarext.so,_sugarbaseext.so +ignore=CVS,_sugarext.so,_sugarbaseext.so,sugar.dispatch.dispatcher # Pickle collected data for later comparisons. persistent=yes -- cgit v0.9.1