mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
12 lines
No EOL
151 B
TOML
12 lines
No EOL
151 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "github.com/imdario/mergo" |