Reverted change of permissiveness on lesson_check
authorJoao Rodrigues <j.p.g.l.m.rodrigues@gmail.com>
Tue, 3 Dec 2019 23:23:09 +0000 (17:23 -0600)
committerJoao Rodrigues <j.p.g.l.m.rodrigues@gmail.com>
Tue, 3 Dec 2019 23:23:09 +0000 (17:23 -0600)
bin/lesson_check.py

index f7e037a8e45d9847879285c34cbc23b5b2ce3cf3..887cfa34e6296724c182c26bbb69e3df87176e14 100755 (executable)
@@ -156,7 +156,7 @@ def parse_args():
                         dest='trailing_whitespace',
                         help='Check for trailing whitespace')
     parser.add_argument('--permissive',
-                        default=True,
+                        default=False,
                         action="store_true",
                         dest='permissive',
                         help='Do not raise an error even if issues are detected')