Skip to content
Snippets Groups Projects
Commit cc09cfea authored by Simon Heimberg's avatar Simon Heimberg
Browse files

check-code: print debug output when an ignore pattern matches

parent 2dad90bd
Branches
Tags
No related merge requests found
......@@ -495,6 +495,9 @@
l = prelines[n]
if ignore and re.search(ignore, l, re.MULTILINE):
if debug:
print "Skipping %s for %s:%s (ignore pattern)" % (
name, f, n)
continue
bd = ""
if blame:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment