mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ci): update golangci config
This commit is contained in:
committed by
Łukasz Mierzwa
parent
6f31c0fbf1
commit
dcdd4a7b45
+7
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user