pylint: Fix script for latest pylint version

This commit is contained in:
Cole Robinson 2010-11-11 16:29:30 -05:00
parent f0cf2665db
commit 026934ed3e
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ pylint --ignore=IPy.py $FILES \
--reports=$SHOW_REPORT \
--output-format=colorized \
--dummy-variables-rgx="dummy|ignore*" \
--disable-msg=${DMSG}\
--disable-checker=${DCHECKERS} 2>&1 | \
--disable=${DMSG}\
--disable=${DCHECKERS} 2>&1 | \
egrep -ve "$NO_PYL_CONFIG" \
-ve "$GOBJECT_VAR" \
-ve "$GOBJECT_INIT" \