Skip to content

Commit a9864ea

Browse files
committed
fix: add exception to new unresolved-reference rule for data.diamond.data
This is live permissionable data and is not available when linting https://www.openpolicyagent.org/projects/regal/rules/imports/unresolved-reference
1 parent 0caee4a commit a9864ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

regal.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ rules:
22
idiomatic:
33
no-defined-entrypoint:
44
level: ignore
5+
6+
imports:
7+
unresolved-reference:
8+
level: error
9+
except-paths:
10+
- data.diamond.data
11+
- data.diamond.data.*

0 commit comments

Comments
 (0)