1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 10:56:25 -07:00
gochan/.deepsource.toml

16 lines
229 B
TOML
Raw Normal View History

2020-04-04 21:59:26 +00:00
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"