Skip to content
Snippets Groups Projects
Commit 2499d4dc authored by Philipp Hörist's avatar Philipp Hörist
Browse files

CI: Update pylint script

Ignore import-outside-toplevel
parent fe096977
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ IGNORE_GTK_MODULE_ERRORS=C0103,C0301,C0330,C0415,E0401,E0611,E1101,E1133,E1136,R
"$PYLINT" --disable=$IGNORE_ERRORS --ignore=modules,gtk "$@"
"$PYLINT" --disable=$IGNORE_GTK_MODULE_ERRORS "$@/gtk"
"$PYLINT" --disable=E0401 "$@/common/modules"
"$PYLINT" --disable=E0401,C0415 "$@/common/modules"
# C0103 invalid-name
# C0301 line-too-long
......
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