Skip to content

Commit

Permalink
scripts/wrong-filename: add extra exceptions (#15387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Dec 31, 2024
1 parent e227ff5 commit a6927a8
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" "dollar sign" "tilde" "history expansion" "qm move disk" "umount" "rename" "pacman f" "pacman r" "pacman s")
IGNORE_LIST=("exclamation mark" "caret" "dollar sign" "tilde" "percent sign" "curly brace" "history expansion" "qm move disk" "umount" "rename" "pacman d" "pacman f" "pacman q" "pacman r" "pacman s" "pacman t" "pacman u")

set -e

Expand Down

0 comments on commit a6927a8

Please sign in to comment.