
Instead of selectively excluding this directory, hide it from the go tooling by applying the "_" prefix.
14 lines
239 B
TOML
14 lines
239 B
TOML
version = 1
|
|
|
|
test_patterns = ["**/*_test.go"]
|
|
|
|
exclude_patterns = ["vendor", "_fixtures", "_scripts"]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "github.com/go-delve/delve"
|
|
dependencies_vendored = true
|