Skip to content

Commit d302435

Browse files
committed
lint fix
1 parent 8884a7d commit d302435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testcoverage/badgestorer/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
. "github.com/vladopajic/go-test-coverage/v2/pkg/testcoverage/badgestorer"
1212
)
1313

14-
const envGitToken = "GITHUB_TOKEN"
14+
const envGitToken = "GITHUB_TOKEN" //nolint:gosec // false-positive
1515

1616
func Test_Github_Error(t *testing.T) {
1717
t.Parallel()

0 commit comments

Comments
 (0)