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