Skip to content

Commit

Permalink
Make check non-permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jul 2, 2020
1 parent 1dc7298 commit 1d22641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ lesson-check : lesson-fixme

## * lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace
lesson-check-all :
@${PYTHON} bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md -l -w --permissive
@${PYTHON} bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md -l -w

## * unittest : run unit tests on checking tools
unittest :
Expand Down

0 comments on commit 1d22641

Please sign in to comment.