mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 16:00:05 +00:00
9 lines
103 B
TOML
9 lines
103 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
test_patterns = [
|
|
"src/test/test.js"
|
|
]
|