We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4023a commit c0be5ccCopy full SHA for c0be5cc
1 file changed
Makefile
@@ -93,7 +93,7 @@ lesson-check :
93
94
## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
95
lesson-check-all :
96
- @bin/lesson_check.py -s . -p ${PARSER} -l -w --permissive
+ @bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md -l -w --permissive
97
98
## unittest : run unit tests on checking tools.
99
unittest :
0 commit comments