mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 06:46:24 -07:00
16 lines
No EOL
229 B
TOML
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" |