Skip to content

Commit 6fd3d93

Browse files
committed
nolint
1 parent cacebb9 commit 6fd3d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/insights_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ func TestTemplateInsights(t *testing.T) {
362362
// data by accessing it.
363363
// Insert entries within and outside timeframe.
364364
reporter := workspaceapps.NewStatsDBReporter(coderdAPI.Database, workspaceapps.DefaultStatsDBReporterBatchSize)
365+
//nolint:gocritic // This is a test.
365366
err := reporter.Report(dbauthz.AsSystemRestricted(ctx), []workspaceapps.StatsReport{
366367
{
367368
UserID: user.UserID,

0 commit comments

Comments
 (0)