fix: added deepsource config file (#2578)

This commit is contained in:
sriram veeraghanta 2023-10-31 19:52:13 +05:30 committed by GitHub
parent 2b1e1557ca
commit b7d5a42d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.deepsource.toml Normal file
View 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"