mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-06 18:33:12 +00:00
ci: add .deepsource.toml
This commit is contained in:
parent
9761e4b0aa
commit
d25b9accda
1 changed files with 19 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue