10000 linting · coder/coder@3ce4374 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ce4374

Browse files
committed
linting
1 parent 225c6d7 commit 3ce4374

File tree

1 file changed

+1
-0
lines changed
  • coderd/coderdtest/oidctest

1 file changed

+1
-0
lines changed

coderd/coderdtest/oidctest/idp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ func (f *FakeIDP) httpHandler(t testing.TB) http.Handler {
10461046
deviceCode := uuid.NewString()
10471047
lifetime := time.Second * 900
10481048
flow := deviceFlow{
1049+
//nolint:gosec
10491050
userInput: fmt.Sprintf("%d", rand.Intn(9999999)+1e8),
10501051
}
10511052
f.deviceCode.Store(deviceCode, deviceFlow{

0 commit comments

Comments
 (0)
0