
- remove github workflow for testing macOS/amd64 that is now covered by TeamCity - fix DeepSource glob patterns to actually match what they are intended to match (did the interpretation change?) - disable some cgo tests on darwin/arm64
14 lines
248 B
TOML
14 lines
248 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
|