forked from github/plane
2481706581
* fix: deepsource antipatterns * fix: deepsource exclude file patterns * chore: file name changes and removed unwanted variables * fix: changing version number for editor
23 lines
306 B
TOML
23 lines
306 B
TOML
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" |