Several improvements of the lint script.

Report missing python packages, inform about false positives, fail
gracefully if pylint isn't installed. Fixed a bug in the ignore
list and added few more files/directories to it.

ticket 1184
This commit is contained in:
Jan Cholasta
2011-04-28 18:32:25 +02:00
committed by Martin Kosek
parent 88353edcb1
commit 7e0d4531c3
3 changed files with 64 additions and 15 deletions

View File

@@ -33,6 +33,7 @@ import termios
import struct
import base64
try:
#pylint: disable=F0401
import default_encoding_utf8
except ImportError:
# This is a chicken-and-egg problem. The api can't be imported unless