Skip to content

Commit 2ee0b32

Browse files
committed
linting
1 parent 24e4f43 commit 2ee0b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func (t *WorkspaceACL) Scan(src interface{}) error {
9191
return xerrors.Errorf("unexpected type %T", src)
9292
}
9393

94+
//nolint:revive
9495
func (w WorkspaceACL) RBACACL() map[string][]policy.Action {
9596
// Convert WorkspaceACL to a map of string to []policy.Action.
9697
// This is used for RBAC checks.

0 commit comments

Comments
 (0)