Add DeepSource for static analysis

This commit is contained in:
Jakob Borg 2021-03-17 20:05:20 +01:00
parent 39c2d1bc1a
commit 21e6849f2d
1 changed files with 10 additions and 0 deletions

10
.deepsource.toml Normal file
View File

@ -0,0 +1,10 @@
version = 1
exclude_patterns = ["*.pb.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/syncthing/syncthing"]