mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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"
|