Skip to content
Snippets Groups Projects
Commit bb30fb7b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix line width and some warning from pylint

parent c887a92b
No related branches found
No related tags found
No related merge requests found
......@@ -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:]))
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment