ci/build: drop unnecessary shellcheck disables

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34710>
This commit is contained in:
Eric Engestrom
2025-04-21 21:00:19 +02:00
committed by Marge Bot
parent ab0e505d7f
commit aca1a332c2
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
# shellcheck disable=SC2038 # TODO: rewrite the find
# shellcheck disable=SC2086 # we want word splitting
# shellcheck disable=SC1091 # paths only become valid at runtime