fix(ci): update golangci config

This commit is contained in:
Łukasz Mierzwa
2023-06-07 16:09:24 +01:00
committed by Łukasz Mierzwa
parent 6f31c0fbf1
commit dcdd4a7b45
+7 -4
View File
@@ -28,10 +28,13 @@ issues:
linters-settings:
depguard:
list-type: blacklist
include-go-root: true
packages-with-error-message:
- io/ioutil: "Use corresponding 'os' or 'io' functions instead."
rules:
main:
files:
- '$all'
deny:
- pkg: "io/ioutil"
desc: "Use corresponding 'os' or 'io' functions instead."
goimports:
local-prefixes: github.com/prymitive/karma
gofumpt: