diff -r 5be142109ed4 -r 4d9b4725acac contrib/check-code.py --- a/contrib/check-code.py Fri Jul 16 13:38:33 2010 +0200 +++ b/contrib/check-code.py Fri Jul 16 14:45:52 2010 +0200 @@ -113,7 +113,7 @@ (r'[^+=*!<>&| -](\s=|=\s)[^= ]', "wrong whitespace around ="), (r'raise Exception', "don't raise generic exceptions"), - (r'ui\.(status|progress|write|note)\([\'\"]x', + (r'ui\.(status|progress|write|note|warn)\([\'\"]x', "warning: unwrapped ui message"), ]