mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Add .deepsource.toml
This commit is contained in:
parent
f658dc5bd7
commit
80572f0fc7
1 changed files with 27 additions and 0 deletions
27
.deepsource.toml
Normal file
27
.deepsource.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "java"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "11"
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
enabled = true
|
||||
|
||||
[[analyzers]]
|
||||
name = "ruby"
|
||||
enabled = true
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
enabled = true
|
Loading…
Add table
Reference in a new issue