mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.golangci.yml: properly specify functions to exclude for return values check after the upgrade to v1.59.1 at 239a7b6e6f
This commit is contained in:
parent
239a7b6e6f
commit
4ad1f8ee3a
2 changed files with 4 additions and 4 deletions
|
@ -16,4 +16,7 @@ issues:
|
|||
|
||||
linters-settings:
|
||||
errcheck:
|
||||
exclude-functions: ./errcheck_excludes.txt
|
||||
exclude-functions:
|
||||
- "fmt.Fprintf"
|
||||
- "fmt.Fprint"
|
||||
- "(net/http.ResponseWriter).Write"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
fmt.Fprintf
|
||||
fmt.Fprint
|
||||
(net/http.ResponseWriter).Write
|
Loading…
Reference in a new issue