delve/.deepsource.toml
Alessandro Arzilli f0ed4a71e1
Continuous Integration cleanup (#2369)
- 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
2021-03-08 09:35:56 -08:00

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