1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-28 08:06:24 -07:00

Add .deepsource.toml

This commit is contained in:
DeepSource Bot 2020-04-04 21:59:26 +00:00
parent 522d217ae8
commit ada7c619b0

16
.deepsource.toml Normal file
View file

@ -0,0 +1,16 @@
version = 1
test_patterns = [
"src/*.go",
"html/javascript/gochan.js",
"frontend/src/*.js"
]
exclude_patterns = ["src/*_test.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_path = "./src"