chore: add .deepsource.toml (#6798)

Co-authored-by: DeepSource Bot <bot@deepsource.io>
pull/6799/head
deepsource-autofix[bot] 2022-03-06 14:02:28 +08:00 committed by GitHub
parent 7c893a58da
commit ab96a4f0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.deepsource.toml Normal file
View 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