More entries to ignore

This commit is contained in:
Pedro Algarvio 2019-04-20 18:09:15 +01:00
parent 6bf50cdbee
commit d762039723
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -8,6 +8,7 @@ concurrency = multiprocessing
omit =
tests/*.py
setup.py
salt/daemons/test/*
[report]
# Regexes for lines to exclude from consideration
@ -24,6 +25,7 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if False:
if __name__ == .__main__.: