mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:35:32 +02:00
wrong-filename: add $
and ~
to ignore list (#13940)
This commit is contained in:
parent
a33d60fd31
commit
4ec954298e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ OUTPUT_FILE="inconsistent-filenames.txt"
|
|||
rm -f "$OUTPUT_FILE"
|
||||
touch "$OUTPUT_FILE"
|
||||
|
||||
IGNORE_LIST=("exclamation mark" "caret" "history expansion" "qm move disk" "umount" "rename")
|
||||
IGNORE_LIST=("exclamation mark" "caret" "dollar sign" "tilde" "history expansion" "qm move disk" "umount" "rename")
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue