1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-01-02 22:50:18 +00:00
syncthing/.deepsource.toml

13 lines
222 B
TOML

version = 1
exclude_patterns = ["**/*.pb.go"]
test_patterns = ["**/*_test.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/syncthing/syncthing"]
build_tags = ["noassets"]