From 0f9cb5d55eb892e755fec58ffafeb227e5139390 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 12 Sep 2024 14:18:50 -0400 Subject: [PATCH] Some more codespell ignores --- .codespellrc | 3 ++- conty-start.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index 1cd4cac..94d66c6 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,5 +2,6 @@ # Ref: https://github.com/codespell-project/codespell#using-a-config-file skip = .git*,.codespellrc check-hidden = true -# ignore-regex = +# Ignore lines with codespell-ignore +ignore-regex = .*codespell-ignore.*|\.fo\b # ignore-words-list = diff --git a/conty-start.sh b/conty-start.sh index aaa5830..aa1b3f0 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -968,7 +968,7 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || launch_wrapper "${mount_command[@ line="${line} (Conty)" elif [ "${line_function}" = "Exec" ]; then line="Exec=${variables}\"${script}\" $@ $(echo "${line}" | tail -c +6)" - elif [ "${line_function}" = "TryE" ]; then + elif [ "${line_function}" = "TryE" ]; then # pragma: codespell-ignore continue fi