Show More
@@ -224,6 +224,7 b' pypats = [' | |||||
224 | (r':\n( )*( ){1,3}[^ ]', "must indent 4 spaces"), |
|
224 | (r':\n( )*( ){1,3}[^ ]', "must indent 4 spaces"), | |
225 | (r'ui\.(status|progress|write|note|warn)\([\'\"]x', |
|
225 | (r'ui\.(status|progress|write|note|warn)\([\'\"]x', | |
226 | "missing _() in ui message (use () to hide false-positives)"), |
|
226 | "missing _() in ui message (use () to hide false-positives)"), | |
|
227 | (r'release\(.*wlock, .*lock\)', "wrong lock release order"), | |||
227 | ], |
|
228 | ], | |
228 | # warnings |
|
229 | # warnings | |
229 | [ |
|
230 | [ |
General Comments 0
You need to be logged in to leave comments.
Login now