Use PATH for panel helper commands
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
source "$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)/base-test.sh"
|
||||
|
||||
if matches=$(rg -n 'root\.bar\.omarchyPath|/bin/omarchy-' "$ROOT/shell/plugins/panels" -g '*.qml'); then
|
||||
fail "panels do not resolve omarchy helpers through bar paths" "$matches"
|
||||
fi
|
||||
|
||||
pass "panels avoid bar path resolution for omarchy helpers"
|
||||
Reference in New Issue
Block a user