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.
2 parents c0be5cc + 8f9af3d commit 4a85f2cCopy full SHA for 4a85f2c
1 file changed
Makefile
@@ -88,7 +88,7 @@ ${RMD_DST} : ${RMD_SRC}
88
@bin/knit_lessons.sh ${RMD_SRC}
89
90
## lesson-check : validate lesson Markdown.
91
-lesson-check :
+lesson-check : lesson-fixme
92
@bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md
93
94
## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
0 commit comments