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 0310a7e commit 4af98e1Copy full SHA for 4af98e1
.golangci.yml
@@ -34,6 +34,11 @@ issues:
34
# default exclusions here and add exclusions fitting our codebase
35
# further down.
36
exclude-use-default: false
37
+ exclude-rules:
38
+ - linters:
39
+ - errcheck
40
+ # Taken from the default exclusions (that are otherwise disabled above).
41
+ text: Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*print(f|ln)?|os\.(Un)?Setenv). is not checked
42
43
linters-settings:
44
errcheck:
0 commit comments