forked from github/plane
17 lines
224 B
TOML
17 lines
224 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
environment = ["nodejs"]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x" |