diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -537,6 +537,7 @@ def checkfile(f, logfunc=_defaultlogger. 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