We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04dfc commit 29659c0Copy full SHA for 29659c0
scripts/check_enterprise_imports.sh
@@ -13,6 +13,7 @@ find . -regex ".*\.go" |
13
grep -v "./enterprise" |
14
grep -v ./scripts/auditdocgen/ --include="*.go" |
15
grep -v ./scripts/clidocgen/ --include="*.go" |
16
+ grep -v ./scripts/rules.go |
17
xargs grep -n "github.com/coder/coder/v2/enterprise"
18
# reverse the exit code because we want this script to fail if grep finds anything.
19
status=$?
0 commit comments