check-code: allow for checking multiple pattern sets per file
authortimeless <timeless@mozdev.org>
Sun, 01 May 2011 16:10:51 +0200
changeset 14136 eebf196a8bbe
parent 14135 673abd432104
child 14137 83a94c2fe6f4
check-code: allow for checking multiple pattern sets per file
contrib/check-code.py
--- 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__":