1
0
Fork 0
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:
Sebastiaan Speck 2024-10-02 19:47:16 +02:00 committed by GitHub
parent a33d60fd31
commit 4ec954298e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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