Skip to content

Commit

Permalink
(ci) lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 4, 2024
1 parent 838cec0 commit c315354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ line2`
b.Fatalf("Unexpected results: count=%d, first=%s, last=%s", count, first, last)
}

err = os.WriteFile(filePath, []byte("new content\nerror:1\n"), 0644)
err = os.WriteFile(filePath, []byte("new content\nerror:1\n"), 0644) // nolint: gosec
if err != nil {
b.Fatal(err)
}
Expand Down

0 comments on commit c315354

Please sign in to comment.