Skip to content

Commit

Permalink
wrong-filename: add $ and ~ to ignore list (#13940)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Oct 2, 2024
1 parent a33d60f commit 4ec9542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wrong-filename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ec9542

Please sign in to comment.