Skip to content

Commit

Permalink
Remove uneeded nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
denisonbarbosa committed Mar 12, 2024
1 parent c92616c commit 28ae0f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/oidc-broker/daemon/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func TestAppRunFailsOnComponentsCreationAndQuit(t *testing.T) {
tmpDir := t.TempDir()
cachePath := filepath.Join(tmpDir, "cache")

//nolint:govet // This is fixed with Go 1.22.0 and is a false positive (https://github.com/securego/gosec/pull/1108)
switch tc.cachePathBehavior {
case dirIsFile:
err := os.WriteFile(cachePath, []byte("file"), 0600)
Expand Down

0 comments on commit 28ae0f8

Please sign in to comment.