aboutsummaryrefslogtreecommitdiff
path: root/.deepsource.toml
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2021-03-17 21:03:35 +0100
committerGitHub <noreply@github.com>2021-03-17 21:03:35 +0100
commite321bd394125cec7054fe6f39a21e0a7cfb37b16 (patch)
treebc1497c4938ef8ceba018d7e664453665f7c7093 /.deepsource.toml
parent4b02937862220c08fa77e87ca8e97380cd956283 (diff)
downloadsyncthing-e321bd394125cec7054fe6f39a21e0a7cfb37b16.tar.gz
syncthing-e321bd394125cec7054fe6f39a21e0a7cfb37b16.zip
lib/*/auto: Add noassets files (#7490)
This adds a couple of dummy asset files protected by the "noassets" build tag. The purpose is that it should be possible for, for example, CI tools and static analysis things to compile and analyze the source tree without our custom asset generation step. Also makes `go test -tags noassets ./...` work without building assets first.
Diffstat (limited to '.deepsource.toml')
-rw-r--r--.deepsource.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.deepsource.toml b/.deepsource.toml
index db824ada9..ab2662a58 100644
--- a/.deepsource.toml
+++ b/.deepsource.toml
@@ -7,4 +7,5 @@ name = "go"
enabled = true
[analyzers.meta]
- import_paths = ["github.com/syncthing/syncthing"] \ No newline at end of file
+ import_paths = ["github.com/syncthing/syncthing"]
+ build_tags = ["noassets"]