Show More
@@ -494,12 +494,7 b' def checkfile(f, logfunc=_defaultlogger.' | |||||
494 | n += 1 |
|
494 | n += 1 | |
495 | l = prelines[n] |
|
495 | l = prelines[n] | |
496 |
|
496 | |||
497 | if "check-code" "-ignore" in l: |
|
497 | if ignore and re.search(ignore, l, re.MULTILINE): | |
498 | if debug: |
|
|||
499 | print "Skipping %s for %s:%s (check-code" "-ignore)" % ( |
|
|||
500 | name, f, n) |
|
|||
501 | continue |
|
|||
502 | elif ignore and re.search(ignore, l, re.MULTILINE): |
|
|||
503 | continue |
|
498 | continue | |
504 | bd = "" |
|
499 | bd = "" | |
505 | if blame: |
|
500 | if blame: |
General Comments 0
You need to be logged in to leave comments.
Login now