Use --permissive flag with lesson-check-all
authorMaxim Belkin <maxim.belkin@gmail.com>
Thu, 17 May 2018 18:07:57 +0000 (13:07 -0500)
committerMaxim Belkin <maxim.belkin@gmail.com>
Thu, 17 May 2018 18:07:57 +0000 (13:07 -0500)
Makefile

index df31f00cfc7ad62b0afc849061a287392998f06c..a5765c79d1822ae91df2f8943f1c8f13438d7cc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ lesson-check :
 
 ## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
 lesson-check-all :
-       @bin/lesson_check.py -s . -p ${PARSER} -l -w
+       @bin/lesson_check.py -s . -p ${PARSER} -l -w --permissive
 
 ## unittest         : run unit tests on checking tools.
 unittest :