Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <[email protected]>
  • Loading branch information
svrnm and chalin authored Dec 4, 2023
1 parent d34295e commit 263fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cspell-ignore-scanner
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# This helps to add new words to the .vscode/cspell.json file
#

DIRECTOR=${1:-.}
DIRECTORY=${1:-.}
grep "cSpell:ignore" content layouts data -Ri ${DIRECTORY} | awk -F"cSpell:ignore" '{ print $2; }' | sed 's/^://; s/^[ \t]*//; s/[*\/}>-]//g'| tr ' ' '\n' | tr '[:upper:]' '[:lower:]' | sort | uniq -c | sort -n

0 comments on commit 263fc8d

Please sign in to comment.