Fix golangci-lint config
This commit is contained in:
parent
91d993b7e2
commit
aba28dc86d
6
.github/linters/.golangci.yml
vendored
6
.github/linters/.golangci.yml
vendored
@ -36,3 +36,9 @@ linters:
|
|||||||
- whitespace
|
- whitespace
|
||||||
disable:
|
disable:
|
||||||
- errcheck
|
- errcheck
|
||||||
|
|
||||||
|
linters-settings:
|
||||||
|
gci:
|
||||||
|
local-prefixes: github.com/beego/beego
|
||||||
|
goimports:
|
||||||
|
local-prefixes: github.com/beego/beego
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user