--- a/PluginPyLint.e4p Sat Dec 31 13:50:22 2016 +0100 +++ b/PluginPyLint.e4p Mon Mar 27 19:46:20 2017 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> <!-- eric project file for project PluginPyLint --> -<!-- Copyright (C) 2015 Detlev Offenbach, detlev@die-offenbachs.de --> +<!-- Copyright (C) 2017 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en_US</Language> <Hash>abcf6641287ab95ca3df062cd9840dd92df2e42f</Hash> @@ -15,38 +15,38 @@ <Eol index="1"/> <Sources> <Source>PluginPyLint.py</Source> + <Source>PyLint/PyLintConfigDialog.py</Source> + <Source>PyLint/PyLintExecDialog.py</Source> + <Source>PyLint/__init__.py</Source> <Source>__init__.py</Source> - <Source>PyLint/PyLintConfigDialog.py</Source> - <Source>PyLint/__init__.py</Source> - <Source>PyLint/PyLintExecDialog.py</Source> </Sources> <Forms> <Form>PyLint/PyLintConfigDialog.ui</Form> <Form>PyLint/PyLintExecDialog.ui</Form> </Forms> <Translations> - <Translation>PyLint/i18n/pylint_fr.ts</Translation> - <Translation>PyLint/i18n/pylint_ru.ts</Translation> - <Translation>PyLint/i18n/pylint_de.ts</Translation> + <Translation>PyLint/i18n/pylint_cs.qm</Translation> <Translation>PyLint/i18n/pylint_cs.ts</Translation> - <Translation>PyLint/i18n/pylint_es.ts</Translation> <Translation>PyLint/i18n/pylint_de.qm</Translation> + <Translation>PyLint/i18n/pylint_de.ts</Translation> + <Translation>PyLint/i18n/pylint_es.qm</Translation> + <Translation>PyLint/i18n/pylint_es.ts</Translation> <Translation>PyLint/i18n/pylint_fr.qm</Translation> + <Translation>PyLint/i18n/pylint_fr.ts</Translation> + <Translation>PyLint/i18n/pylint_pt.qm</Translation> + <Translation>PyLint/i18n/pylint_pt.ts</Translation> <Translation>PyLint/i18n/pylint_ru.qm</Translation> - <Translation>PyLint/i18n/pylint_cs.qm</Translation> - <Translation>PyLint/i18n/pylint_es.qm</Translation> - <Translation>PyLint/i18n/pylint_pt.ts</Translation> - <Translation>PyLint/i18n/pylint_pt.qm</Translation> + <Translation>PyLint/i18n/pylint_ru.ts</Translation> </Translations> <Resources/> <Interfaces/> <Others> - <Other>PluginPyLint.e4p</Other> - <Other>PKGLIST</Other> + <Other>.hgignore</Other> <Other>ChangeLog</Other> + <Other>PKGLIST</Other> + <Other>PluginPyLint.e4p</Other> + <Other>PluginPyLint.zip</Other> <Other>PyLint/Documentation/LICENSE.GPL3</Other> - <Other>.hgignore</Other> - <Other>PluginPyLint.zip</Other> <Other>PyLint/Documentation/source</Other> </Others> <MainScript>PluginPyLint.py</MainScript> @@ -188,7 +188,7 @@ <string>cssFile</string> </key> <value> - <string>%PYTHON%/eric5/CSSs/default.css</string> + <string>%PYTHON%/eric6/CSSs/default.css</string> </value> <key> <string>ignoreDirectories</string> @@ -219,14 +219,6 @@ <bool>False</bool> </value> <key> - <string>sourceExtensions</string> - </key> - <value> - <list> - <string></string> - </list> - </value> - <key> <string>useRecursion</string> </key> <value> @@ -246,6 +238,49 @@ <value> <dict> <key> + <string>BuiltinsChecker</string> + </key> + <value> + <dict> + <key> + <string>bytes</string> + </key> + <value> + <list> + <string>unicode</string> + </list> + </value> + <key> + <string>chr</string> + </key> + <value> + <list> + <string>unichr</string> + </list> + </value> + <key> + <string>str</string> + </key> + <value> + <list> + <string>unicode</string> + </list> + </value> + </dict> + </value> + <key> + <string>CopyrightAuthor</string> + </key> + <value> + <string></string> + </value> + <key> + <string>CopyrightMinFileSize</string> + </key> + <value> + <int>0</int> + </value> + <key> <string>DocstringType</string> </key> <value> @@ -255,13 +290,13 @@ <string>ExcludeFiles</string> </key> <value> - <string>*/Ui_*.py</string> + <string>*/Ui_*.py, */*_rc.py,</string> </value> <key> <string>ExcludeMessages</string> </key> <value> - <string>E24, W293, N802, N803, N807, N808, N821</string> + <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293</string> </value> <key> <string>FixCodes</string> @@ -276,6 +311,12 @@ <bool>False</bool> </value> <key> + <string>FutureChecker</string> + </key> + <value> + <string>unicode_literals</string> + </value> + <key> <string>HangClosing</string> </key> <value> @@ -288,6 +329,24 @@ <string></string> </value> <key> + <string>LineComplexity</string> + </key> + <value> + <int>20</int> + </value> + <key> + <string>LineComplexityScore</string> + </key> + <value> + <int>10</int> + </value> + <key> + <string>MaxCodeComplexity</string> + </key> + <value> + <int>10</int> + </value> + <key> <string>MaxLineLength</string> </key> <value> @@ -305,6 +364,18 @@ <value> <bool>True</bool> </value> + <key> + <string>ShowIgnored</string> + </key> + <value> + <bool>False</bool> + </value> + <key> + <string>ValidEncodings</string> + </key> + <value> + <string>latin-1, utf-8</string> + </value> </dict> </value> </dict>