Skip to content
Snippets Groups Projects
Commit bd46bf67 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Revert "Limit spell check to docs directory"

This reverts commit 1a3bf06f.
parent 3f84de54
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!227Added a way to spell-check files.
...@@ -34,7 +34,7 @@ if [ $# -eq 1 ]; then ...@@ -34,7 +34,7 @@ if [ $# -eq 1 ]; then
;; ;;
esac esac
elif [ $# -eq 0 ]; then elif [ $# -eq 0 ]; then
for i in `find $basedir/docs -name \*.md`; do for i in `find -name \*.md`; do
spell_check $i spell_check $i
done done
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment