Skip to content

Commit 7b71a20

Browse files
author
Andre Ferraz
committed
these 3 linters were deprecated in favor of unused
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
1 parent 0849c66 commit 7b71a20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ run:
77
linters:
88
enable:
99
- vet
10-
- deadcode
1110
- goimports
12-
- varcheck
13-
- structcheck
1411
- ineffassign
1512
- unconvert
1613
- unparam
14+
- unused
1715
linters-settings:
1816
goimports:
1917
local-prefixes: github.com/argoproj-labs/argocd-image-updater

0 commit comments

Comments
 (0)