mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat: ✨ Add Deepsource config file
This commit is contained in:
parent
3879763971
commit
f523e5d355
1 changed files with 16 additions and 0 deletions
16
.deepsource.toml
Normal file
16
.deepsource.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version = 1
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "shell"
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "javascript"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
environment = ["nodejs"]
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "docker"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
dockerfile_paths = ["Dockerfile"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue