mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Bump golangci-lint 1.55.2 (#3232)
Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
+5
-6
@@ -5,12 +5,11 @@ run:
|
||||
|
||||
linters-settings:
|
||||
depguard:
|
||||
list-type: blacklist
|
||||
include-go-root: true
|
||||
packages:
|
||||
- io/ioutil
|
||||
packages-with-error-message:
|
||||
- io/ioutil: "The 'io/ioutil' package is deprecated. Use corresponding 'os' or 'io' functions instead."
|
||||
rules:
|
||||
deprecated:
|
||||
deny:
|
||||
- pkg: "io/ioutil"
|
||||
desc: "The 'io/ioutil' package is deprecated. Use corresponding 'os' or 'io' functions instead."
|
||||
gci:
|
||||
local-prefixes: github.com/dexidp/dex
|
||||
goimports:
|
||||
|
||||
Reference in New Issue
Block a user