Skip to content

Commit

Permalink
avoid using vim hints in check-rst
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Feb 17, 2024
1 parent 1099dc6 commit 88ca504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion private/check-rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ then
fi
if [ $# -eq 0 ]
then
grep -r -w -l ft=rst "${root}doc/"
echo 'doc/README'
echo 'doc/todo'
else
printf '%s\n' "$@"
fi |
Expand Down

0 comments on commit 88ca504

Please sign in to comment.