mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-18 07:36:24 -07:00
Update .deepsource.toml
This commit is contained in:
parent
8fe0ed3e52
commit
58279f535a
1 changed files with 16 additions and 8 deletions
|
@ -1,16 +1,24 @@
|
|||
version = 1
|
||||
|
||||
test_patterns = [
|
||||
"src/*.go",
|
||||
"html/javascript/gochan.js",
|
||||
"frontend/src/*.js"
|
||||
]
|
||||
|
||||
exclude_patterns = ["src/*_test.go"]
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
enabled = true
|
||||
|
||||
[[analyzers]]
|
||||
name = "go"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
import_path = "./src"
|
||||
import_root = "github.com/gochan-org/gochan"
|
||||
dependencies_vendored = false
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
|
||||
[[analyzers]]
|
||||
name = "sql"
|
||||
enabled = true
|
Loading…
Add table
Add a link
Reference in a new issue