Skip to content

Commit

Permalink
Ignore linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Aug 21, 2024
1 parent bb7c8f0 commit de33986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loadfile/loadfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func Test_LoadContext(t *testing.T) {
assert.NoError(t, os.MkdirAll(testdir, os.ModePerm))

// Randomize the number to prevent collisions when running the test many times with -count
//nolint:gosec // This is not related to security.
randSeed := strconv.Itoa(rand.Int())

// create a directory
Expand Down

0 comments on commit de33986

Please sign in to comment.