mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
ci: add .deepsource.toml
This commit is contained in:
parent
9761e4b0aa
commit
d25b9accda
19
.deepsource.toml
Normal file
19
.deepsource.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "go"
|
||||
|
||||
[analyzers.meta]
|
||||
import_root = "github.com/Fluffy-Bean/TastyBites"
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
|
||||
[analyzers.meta]
|
||||
environment = ["browser"]
|
||||
|
||||
[[transformers]]
|
||||
name = "prettier"
|
||||
|
||||
[[transformers]]
|
||||
name = "gofumpt"
|
Loading…
Reference in a new issue