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/data') 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