mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
feat: ✨ Add Deepsource config file
This commit is contained in:
parent
3879763971
commit
f523e5d355
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…
Reference in a new issue