mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Some more codespell ignores
This commit is contained in:
parent
9e87c6fa04
commit
0f9cb5d55e
2 changed files with 3 additions and 2 deletions
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue