diff --git a/dnscrypt-proxy/.deepsource.toml b/dnscrypt-proxy/.deepsource.toml new file mode 100644 index 00000000..0771acbd --- /dev/null +++ b/dnscrypt-proxy/.deepsource.toml @@ -0,0 +1,12 @@ +version = 1 + +test_patterns = [ ] + +exclude_patterns = [ ] + +[[analyzers]] +name = 'go' +enabled = true + + [analyzers.meta] + import_path = 'github.com/dnscrypt/dnscrypt-proxy/dnscrypt-proxy'