Skip to content

Commit 826fc32

Browse files
authored
Merge pull request docker#5298 from laurazard/fix-linter
lint: replace deprecated linter names
2 parents 788e996 + cc41632 commit 826fc32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ linters:
1616
- govet
1717
- ineffassign
1818
- lll
19-
- megacheck
2019
- misspell # Detects commonly misspelled English words in comments.
2120
- nakedret
2221
- nilerr # Detects code that returns nil even if it checks that the error is not nil.
@@ -36,7 +35,7 @@ linters:
3635
- unparam
3736
- unused
3837
- usestdlibvars
39-
- vet
38+
- govet
4039
- wastedassign
4140

4241
disable:

0 commit comments

Comments
 (0)