modules/age-home: Make SC2043 more verbose for identityPaths

nitpick
This commit is contained in:
KREYREN 2024-08-04 02:19:31 +00:00 committed by GitHub
parent 3f1dae074a
commit c4aca31a68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ with lib; let
TMP_FILE="$_truePath.tmp"
IDENTITIES=()
# shellcheck disable=2043
# shellcheck disable=SC2043 # If only one path is set in identityPaths it will fail shellcheck
for identity in ${toString cfg.identityPaths}; do
test -r "$identity" || continue
IDENTITIES+=(-i)