1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-03-11 19:58:50 +01:00

deepsource config update

This commit is contained in:
wukko 2023-02-13 20:39:09 +06:00
parent 73b5da8df0
commit ff9f2c5cce

View file

@ -1,8 +1,11 @@
version = 1
test_patterns = [
"src/test/test.js"
]
[[analyzers]]
name = "javascript"
enabled = true
test_patterns = [
"src/test/test.js"
]
[analyzers.meta]
environment = ["nodejs"]