chore: removing deepsource.toml file (#4046)

This commit is contained in:
sriram veeraghanta 2024-03-22 18:42:33 +05:30 committed by GitHub
parent 2f637fc9f1
commit 9652d56e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,23 +0,0 @@
version = 1
exclude_patterns = [
"bin/**",
"**/node_modules/",
"**/*.min.js"
]
[[analyzers]]
name = "shell"
[[analyzers]]
name = "javascript"
[analyzers.meta]
plugins = ["react"]
environment = ["nodejs"]
[[analyzers]]
name = "python"
[analyzers.meta]
runtime_version = "3.x.x"