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:
parent
522d217ae8
commit
ada7c619b0
1 changed files with 16 additions and 0 deletions
16
.deepsource.toml
Normal file
16
.deepsource.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue