mirror of https://github.com/ceph/ceph-ansible.git
18 lines
267 B
TOML
18 lines
267 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = ["tests/**"]
|
||
|
|
||
|
exclude_patterns = [
|
||
|
"roles/**",
|
||
|
"profiles/**",
|
||
|
"infrastructure-playbooks/**",
|
||
|
"group_vars/**",
|
||
|
"contrib/**"
|
||
|
]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "python"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
runtime_version = "3.x.x"
|