We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e75fe commit c958293Copy full SHA for c958293
.golangci.yml
@@ -68,9 +68,10 @@ linters:
68
69
linters-settings:
70
errcheck:
71
- # path to a file containing a list of functions to exclude from checking
72
- # see https://github.com/kisielk/errcheck#excluding-functions for details
73
- exclude: errcheck_excludes.txt
+ exclude-functions:
+ - (io.Closer).Close
+ - (*os.File).Close
74
+ - (github.com/FoundationDB/fdb-kubernetes-operator/pkg/fdbadminclient.AdminClient).Close
75
govet:
76
enable:
77
- shadow
errcheck_excludes.txt
0 commit comments