mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
More entries to ignore
This commit is contained in:
parent
6bf50cdbee
commit
d762039723
@ -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__.:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user