1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00
gochan/.deepsource.toml
2020-04-04 21:59:26 +00:00

16 lines
No EOL
229 B
TOML

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"