Add DeepSource for static analysis

This commit is contained in:
Jakob Borg
2021-03-17 20:05:20 +01:00
parent 39c2d1bc1a
commit 21e6849f2d
+10
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"]