We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e9dfc commit 7be0d31Copy full SHA for 7be0d31
writer.go
@@ -33,7 +33,7 @@ func (w *fileWriter) Write(p []byte) (int, error) {
33
return w.buf.Write(p) //nolint:wrapcheck
34
}
35
36
-//nolint:cyclop
+//nolint:cyclop,funlen
37
func (w *fileWriter) Close() error {
38
w.w.mu.Lock()
39
defer w.w.mu.Unlock()
0 commit comments