Skip to content

Commit 15754c5

Browse files
committed
Linting
1 parent fab5d8c commit 15754c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/httpapi/search.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func WorkspaceSearchQuery(query string) (map[string]string, error) {
5151
// can properly fail on the space. If we do not, a value of `template:"my name"`
5252
// will search `template:"my name:name"`, which produces an empty list instead of
5353
// an error.
54+
// nolint:revive
5455
func splitElements(query string, delimiter rune, maintainQuotes bool) []string {
5556
var parts []string
5657

0 commit comments

Comments
 (0)