fix line width and some warning from pylint

This commit is contained in:
Yann Leboulanger 2010-02-10 15:09:35 +01:00
parent c887a92b3a
commit bb30fb7b65
2 changed files with 487 additions and 384 deletions

View File

@ -7,5 +7,5 @@ import sys
if os.getcwd().endswith('dev'):
os.chdir('../../src/') # we were in scripts/dev
os.system("pylint --additional-builtins='_' --disable-msg=C0111,C0103,C0111,C0112 --disable-checker=design " + "".join(sys.argv[1:]))
os.system("pylint --include-ids=y --additional-builtins='_' --disable-msg=C0103,C0111,W0703,W0511,W0142 --disable-checker=design " + "".join(sys.argv[1:]))

File diff suppressed because it is too large Load Diff