fix: added deepsource config file (#2578)
This commit is contained in:
parent
2b1e1557ca
commit
b7d5a42d45
1 changed files with 17 additions and 0 deletions
17
.deepsource.toml
Normal file
17
.deepsource.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
|
||||
[analyzers.meta]
|
||||
plugins = ["react"]
|
||||
environment = ["nodejs"]
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
Loading…
Add table
Add a link
Reference in a new issue