changeset 14136:eebf196a8bbe

check-code: allow for checking multiple pattern sets per file
author timeless <timeless@mozdev.org>
date Sun, 01 May 2011 16:10:51 +0200
parents 673abd432104
children 83a94c2fe6f4
files contrib/check-code.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/check-code.py	Sun May 01 15:55:00 2011 +0200
+++ b/contrib/check-code.py	Sun May 01 16:10:51 2011 +0200
@@ -314,7 +314,6 @@
             if maxerr is not None and fc >= maxerr:
                 print " (too many errors, giving up)"
                 break
-        break
     return result
 
 if __name__ == "__main__":