F95API/.deepsource.toml

17 lines
206 B
TOML
Raw Normal View History

2020-09-29 15:05:00 +00:00
version = 1
2020-10-08 18:47:28 +00:00
test_patterns = [
2020-10-08 19:22:31 +00:00
"test/**"
2020-10-08 18:47:28 +00:00
]
2020-09-29 15:05:00 +00:00
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
environment = [
"nodejs",
"mocha"
2020-09-29 15:16:52 +00:00
]
2020-10-15 19:15:48 +00:00
style_guide = "standard"