Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Jan 25, 2023
1 parent 49e9dfc commit 7be0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (w *fileWriter) Write(p []byte) (int, error) {
return w.buf.Write(p) //nolint:wrapcheck
}

//nolint:cyclop
//nolint:cyclop,funlen
func (w *fileWriter) Close() error {
w.w.mu.Lock()
defer w.w.mu.Unlock()
Expand Down

0 comments on commit 7be0d31

Please sign in to comment.