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

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