mirror of
https://github.com/safing/portmaster
synced 2025-04-22 11:59:09 +00:00
Update CI Linter config
This commit is contained in:
parent
a13d52b68f
commit
782c07d867
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue