commit:     352ef0156c07c9668776d8ef04e2fae7006902c1
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Jun 10 10:14:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 10:43:41 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=352ef015

estrip: suppress the SC1007 warning throughout

SC1007 concerns a matter of style, not correctness per se. Suppress it.

At this point, the unit is essentially shellcheck-clean. There remains
an informational message noting that the file being sourced cannot be
followed (SC1091).

Link: https://www.shellcheck.net/wiki/SC1007
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/estrip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/estrip b/bin/estrip
index 4df771b3e3..51c9a77523 100755
--- a/bin/estrip
+++ b/bin/estrip
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# shellcheck disable=SC2128
+# shellcheck disable=1007,2128
 
 source "${PORTAGE_BIN_PATH}"/helper-functions.sh || exit 1
 

Reply via email to