From 2e6d3c64eb8adab03365b016f6381a4e64cb15b2 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Thu, 17 May 2018 13:07:57 -0500 Subject: [PATCH] Use --permissive flag with lesson-check-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df31f00..a5765c7 100644 --- 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 : -- 2.30.2