mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-24 08:46:24 -07:00
Add test patterns to deepsource file
This commit is contained in:
parent
72cd413da9
commit
d7db444055
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ exclude_patterns = [
|
|||
"sql/preapril2020migration/**"
|
||||
]
|
||||
|
||||
test_patterns = [
|
||||
"frontend/tests/*.test.js",
|
||||
"**/*_test.go"
|
||||
]
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue