mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
More entries to ignore
This commit is contained in:
parent
c3a21f5ac9
commit
0c94b5d377
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ concurrency = multiprocessing
|
||||||
omit =
|
omit =
|
||||||
tests/*.py
|
tests/*.py
|
||||||
setup.py
|
setup.py
|
||||||
|
salt/daemons/test/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
|
@ -24,6 +25,7 @@ exclude_lines =
|
||||||
|
|
||||||
# Don't complain if non-runnable code isn't run:
|
# Don't complain if non-runnable code isn't run:
|
||||||
if 0:
|
if 0:
|
||||||
|
if False:
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue