Update CI Linter config

This commit is contained in:
Daniel 2025-02-28 14:48:09 +01:00
parent a13d52b68f
commit 782c07d867

View file

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