Skip to content

Commit 570877c

Browse files
appleboyclaude
andcommitted
fix(lint): address remaining v2.12 lint findings
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ea0a302 commit 570877c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

postgres/postgres_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import (
88
"github.com/gin-contrib/sessions/tester"
99
)
1010

11-
const postgresTestServer = "postgres://testuser:testpw@localhost:5432/testdb?sslmode=disable" //nolint:gosec // test-only credentials for local CI
11+
// test-only credentials for local CI
12+
const postgresTestServer = "postgres://testuser:testpw@localhost:5432/testdb?sslmode=disable" //nolint:gosec
1213

1314
var newStore = func(_ *testing.T) sessions.Store {
1415
db, err := sql.Open("postgres", postgresTestServer)

0 commit comments

Comments
 (0)