##// END OF EJS Templates
check-code: warn about untranslated ui.warn calls
Martin Geisler -
r11599:6fcc066c stable
parent child Browse files
Show More
@@ -108,7 +108,7 b' pypats = ['
108 (r'[^+=*!<>&| -](\s=|=\s)[^= ]',
108 (r'[^+=*!<>&| -](\s=|=\s)[^= ]',
109 "wrong whitespace around ="),
109 "wrong whitespace around ="),
110 (r'raise Exception', "don't raise generic exceptions"),
110 (r'raise Exception', "don't raise generic exceptions"),
111 (r'ui\.(status|progress|write|note)\([\'\"]x',
111 (r'ui\.(status|progress|write|note|warn)\([\'\"]x',
112 "warning: unwrapped ui message"),
112 "warning: unwrapped ui message"),
113 ]
113 ]
114
114
General Comments 0
You need to be logged in to leave comments. Login now