1
0
Fork 0
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:
Eggbertx 2022-05-12 19:44:39 -07:00
parent 72cd413da9
commit d7db444055

View file

@ -8,6 +8,11 @@ exclude_patterns = [
"sql/preapril2020migration/**"
]
test_patterns = [
"frontend/tests/*.test.js",
"**/*_test.go"
]
[[analyzers]]
name = "javascript"
enabled = true