blob: 8af23268af4331f92443f32eeb4334f3d948d12b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[run]
branch = true
parallel = true
[report]
skip_covered = True
show_missing = True
exclude_lines =
\#\s*pragma: no cover
^\s*raise AssertionError\b
^\s*raise NotImplementedError\b
^\s*return NotImplemented\b
^\s*raise$
^if __name__ == ['"]__main__['"]:$
[paths]
source = lib/ansiblelint
*/.tox/*/lib/python*/site-packages/ansiblelint
*/.tox/pypy*/site-packages/ansiblelint
*/lib/ansiblelint
|