aboutsummaryrefslogtreecommitdiff
path: root/.deepsource.toml
blob: 2db9dd855d548be8f7b98dd71ace857e3d2942ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]