Create .deepsource.toml
This commit is contained in:
parent
6e030be8e8
commit
50658174f3
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/LPM-Group/lpm-cli"
|
||||
Reference in a new issue