Some more codespell ignores

This commit is contained in:
Yaroslav Halchenko 2024-09-12 14:18:50 -04:00
parent 9e87c6fa04
commit 0f9cb5d55e
2 changed files with 3 additions and 2 deletions

View file

@ -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 =

View file

@ -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