diff --git a/etc/ci/check_no_unwrap.sh b/etc/ci/check_no_unwrap.sh index 9f07b56aaf7..e70fa31192a 100755 --- a/etc/ci/check_no_unwrap.sh +++ b/etc/ci/check_no_unwrap.sh @@ -11,6 +11,6 @@ cd "$(git rev-parse --show-toplevel)" # cd into repo root so make sure paths wor # files that should not contain "unwrap" FILES=("components/compositing/compositor.rs" "components/compositing/pipeline.rs" - "components/compositing/constellation.rs") + "components/constellation/constellation.rs") ! grep -n "unwrap(\|panic!(" "${FILES[@]}"