mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
chore: add .deepsource.toml (#6798)
Co-authored-by: DeepSource Bot <bot@deepsource.io>
This commit is contained in:
parent
7c893a58da
commit
ab96a4f0d8
24
.deepsource.toml
Normal file
24
.deepsource.toml
Normal file
@ -0,0 +1,24 @@
|
||||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "docker"
|
||||
enabled = true
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
enabled = true
|
||||
|
||||
[[analyzers]]
|
||||
name = "go"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
import_root = "github.com/gogs/gogs"
|
||||
|
||||
[[transformers]]
|
||||
name = "gofumpt"
|
||||
enabled = true
|
||||
|
||||
[[transformers]]
|
||||
name = "gofmt"
|
||||
enabled = true
|
Loading…
x
Reference in New Issue
Block a user