commit:     ed93ad96f6cf91b81066626ada67cf496a5659de
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri May 30 06:42:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 30 08:14:27 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed93ad96

phase-helpers.sh: disable warnings for SC2128, SC2188

At present, SC2128 yields too many false-positives. SC2188 concerns a
matter of style, not correctness.

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/phase-helpers.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index a27995925d..a113c70e11 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
+# shellcheck disable=2128,2188
 
 if ___eapi_has_DESTTREE_INSDESTTREE; then
        export DESTTREE=/usr

Reply via email to