style(DeepSource): Added DeepSource toml
This commit is contained in:
parent
754709f7eb
commit
a079d962e2
1 changed files with 8 additions and 0 deletions
8
.deepsource.toml
Normal file
8
.deepsource.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "go"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
import_root = "github.com/netbenix/scabiosa"
|
||||
Reference in a new issue