changed severity of bad-subfile to warn

Thu, 27 Aug 2020 00:26:12 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 27 Aug 2020 00:26:12 +0300
changeset 110
ea148f6fbd01
parent 109
b627f8963a84
child 111
cfa961e5e578

changed severity of bad-subfile to warn

tests/subfiles.py file | annotate | diff | comparison | revisions
--- a/tests/subfiles.py	Tue Aug 25 23:37:53 2020 +0300
+++ b/tests/subfiles.py	Thu Aug 27 00:26:12 2020 +0300
@@ -115,7 +115,7 @@
         ),
 )
 @problem_type('bad-subfile',
-    severity = 'hold',
+    severity = 'warn',
     message = lambda path, problem_text:
         str.format('cannot process subfile "{path}": {problem_text}',
             **locals(),

mercurial