35 "pycodestyle", |
35 "pycodestyle", |
36 "expected an indented block (comment)"), |
36 "expected an indented block (comment)"), |
37 "E116": QCoreApplication.translate( |
37 "E116": QCoreApplication.translate( |
38 "pycodestyle", |
38 "pycodestyle", |
39 "unexpected indentation (comment)"), |
39 "unexpected indentation (comment)"), |
|
40 "E117": QCoreApplication.translate( |
|
41 "pycodestyle", |
|
42 "over-indented"), |
40 "E121": QCoreApplication.translate( |
43 "E121": QCoreApplication.translate( |
41 "pycodestyle", |
44 "pycodestyle", |
42 "continuation line indentation is not a multiple of four"), |
45 "continuation line indentation is not a multiple of four"), |
43 "E122": QCoreApplication.translate( |
46 "E122": QCoreApplication.translate( |
44 "pycodestyle", |
47 "pycodestyle", |
205 "pycodestyle", |
208 "pycodestyle", |
206 "line break before binary operator"), |
209 "line break before binary operator"), |
207 "W504": QCoreApplication.translate( |
210 "W504": QCoreApplication.translate( |
208 "pycodestyle", |
211 "pycodestyle", |
209 "line break after binary operator"), |
212 "line break after binary operator"), |
|
213 "W505": QCoreApplication.translate( |
|
214 "pycodestyle", |
|
215 "doc line too long ({0} > {1} characters)"), |
210 "W601": QCoreApplication.translate( |
216 "W601": QCoreApplication.translate( |
211 "pycodestyle", |
217 "pycodestyle", |
212 ".has_key() is deprecated, use 'in'"), |
218 ".has_key() is deprecated, use 'in'"), |
213 "W602": QCoreApplication.translate( |
219 "W602": QCoreApplication.translate( |
214 "pycodestyle", |
220 "pycodestyle", |