mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 10:56:25 -07:00
16 lines
229 B
TOML
16 lines
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"
|