Update CI Linter config
This commit is contained in:
@@ -47,10 +47,7 @@ linters-settings:
|
|||||||
revive:
|
revive:
|
||||||
# See https://github.com/mgechev/revive#available-rules for details.
|
# See https://github.com/mgechev/revive#available-rules for details.
|
||||||
enable-all-rules: true
|
enable-all-rules: true
|
||||||
gci:
|
goimports:
|
||||||
# put imports beginning with prefix after 3rd-party packages;
|
|
||||||
# only support one prefix
|
|
||||||
# if not set, use goimports.local-prefixes
|
|
||||||
local-prefixes: github.com/safing
|
local-prefixes: github.com/safing
|
||||||
godox:
|
godox:
|
||||||
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
|
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
|
||||||
|
|||||||
Reference in New Issue
Block a user