Skip to content

Commit 421e52d

Browse files
committed
chore: Add nolint
1 parent d76d9ca commit 421e52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/users_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ func TestPaginatedUsers(t *testing.T) {
11771177
{name: "username search", limit: 3, allUsers: specialUsers, opt: usernameSearch},
11781178
{name: "username search", limit: 3, allUsers: specialUsers, opt: usernameSearch},
11791179
}
1180+
//nolint:paralleltest // Does not detect range value.
11801181
for _, tt := range tests {
11811182
tt := tt
11821183
t.Run(fmt.Sprintf("%s %d", tt.name, tt.limit), func(t *testing.T) {

0 commit comments

Comments
 (0)