Skip to content

Commit

Permalink
remove HISTORY.md from spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl committed Oct 19, 2023
1 parent 714b2a7 commit 1904002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spell-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

echo "Found 'mdspell' executable at ${MDSPELL_PATH}"

mdspell_ignore_strings_args=('!docs/losses.md' '!docs/calibrator.md' '!docs/samplers.md' '!docs/search_space.md')
mdspell_ignore_strings_args=('!docs/losses.md' '!docs/calibrator.md' '!docs/samplers.md' '!docs/search_space.md' '!HISTORY.md')
if [ $# == 0 ] || [ $# -gt 1 ] || { [ $# == 1 ] && { [ "$1" == "-h" ] || [ "$1" == "--help" ]; }; }; then
echo "${USAGE}"
exit 1
Expand Down

0 comments on commit 1904002

Please sign in to comment.