Skip to content

Commit 576fa21

Browse files
committed
Add nolint
1 parent 081a9ba commit 576fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type authorizeCache struct {
5757
calls []cachedAuthCall
5858
}
5959

60-
//nolint:error-return
60+
//nolint:error-return,revive
6161
func (c *authorizeCache) Load(subject Subject, action Action, object Object) (error, bool) {
6262
if c == nil {
6363
return nil, false

0 commit comments

Comments
 (0)