Skip to content

Commit 637e814

Browse files
committed
clean up golangci-lint config for deprectated errdefs.*
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 37caf38 commit 637e814

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ linters:
251251
linters:
252252
- forbidigo
253253

254-
# FIXME(dmcgowan): ignoring while transitioning to containerd/errdefs
255-
- text: "SA1019: errdefs\\.(.*) is deprecated"
256-
linters:
257-
- staticcheck
258-
259254
# Log a warning if an exclusion rule is unused.
260255
# Default: false
261256
warn-unused: true

0 commit comments

Comments
 (0)