Plugins/PluginCodeStyleChecker.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3515
1b8381afe38f
child 3558
7f2bc8910d28
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
35 """ files for compliance to the code style conventions given in PEP-8.""" \ 35 """ files for compliance to the code style conventions given in PEP-8.""" \
36 """ A PEP-257 checker is used to check Python source files for""" \ 36 """ A PEP-257 checker is used to check Python source files for""" \
37 """ compliance to docstring conventions given in PEP-257 and an""" \ 37 """ compliance to docstring conventions given in PEP-257 and an""" \
38 """ eric5 variant is used to check against eric conventions.""" 38 """ eric5 variant is used to check against eric conventions."""
39 pyqtApi = 2 39 pyqtApi = 2
40 python2Compatible = True
40 # End-Of-Header 41 # End-Of-Header
41 42
42 43
43 error = "" 44 error = ""
44 45

eric ide

mercurial