mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
ci: add .deepsource.toml
This commit is contained in:
parent
95a9e0a096
commit
498786eb39
1 changed files with 31 additions and 0 deletions
31
.deepsource.toml
Normal file
31
.deepsource.toml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
version = 1
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "php"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "python"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
runtime_version = "3.x.x"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "go"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
import_root = "github.com/mohit-nagaraj/uptime-kuma"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "java"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
runtime_version = "11"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "csharp"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "javascript"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "shell"
|
Loading…
Reference in a new issue