mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
21 lines
262 B
TOML
21 lines
262 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"test/**",
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/lxc/incus"]
|