From 6f956ff56af0a65b6dd8f84aa845031c22998c61 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 12 Sep 2025 21:19:47 +0100 Subject: [PATCH] Fix shellcheck validation. --- gitattributesdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitattributesdb b/gitattributesdb index 5e0b33b..c35886c 100755 --- a/gitattributesdb +++ b/gitattributesdb @@ -4,6 +4,8 @@ # Darren 'Tadgy' Austin # Licensed under the terms of the GNU General Public License version 3. +# shellcheck disable=SC2317 + # Defaults. DB_FILE=".gitattributesdb" # Database file, relative to the repository root. DB_EXTRA=".gitattributesdb-extra" # List of base64 encoded paths (one per line) to also store/restore attributes for.