--- a/contrib/check-code.py Tue Nov 01 20:39:36 2016 +0900
+++ b/contrib/check-code.py Tue Nov 01 20:39:36 2016 +0900
@@ -537,6 +537,7 @@
return result
for name, match, magic, filters, pats in checks:
+ post = pre # discard filtering result of previous check
if debug:
print(name, f)
fc = 0