]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
etc/shellcheck/shellcheckrc: disable=SC2038
authorAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 13:15:36 +0000 (14:15 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 13:30:27 +0000 (14:30 +0100)
We don't want to support arbitrary manual-page file names.

===
In src/bin/mansect line 17:
find -H "$@" -not -type d \
        ^-----------------------^ SC2038 (warning): Use -print0/-0 or -exec + to allow for non-alphanumeric filenames.
===

Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/shellcheck/shellcheckrc

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7f238cee94b272167279832896aff548adbe9dea 100644 (file)
@@ -0,0 +1 @@
+disable=SC2038