Submitter | Simon Heimberg |
---|---|
Date | Jan. 9, 2014, 2:52 p.m. |
Message ID | <21914f89ffa474a65c55.1389279157@lapsi.heimberg.home> |
Download | mbox | patch |
Permalink | /patch/3287/ |
State | Accepted |
Commit | 2dad90bdf29d4f6fd331bd5cb01f45b422cc863f |
Headers | show |
Comments
Patch
diff -r 1093aa559157 -r 21914f89ffa4 contrib/check-code.py --- a/contrib/check-code.py Tue Jan 07 22:29:44 2014 +0100 +++ b/contrib/check-code.py Tue Jan 07 22:29:51 2014 +0100 @@ -495,12 +495,7 @@ n += 1 l = prelines[n] - if "check-code" "-ignore" in l: - if debug: - print "Skipping %s for %s:%s (check-code" "-ignore)" % ( - name, f, n) - continue - elif ignore and re.search(ignore, l, re.MULTILINE): + if ignore and re.search(ignore, l, re.MULTILINE): continue bd = "" if blame: