1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
3 <!-- eric5 project file for project PluginPyLint --> |
3 <!-- eric5 project file for project PluginPyLint --> |
4 <!-- Saved: 2013-09-26, 22:44:25 --> |
|
5 <!-- Copyright (C) 2013 Detlev Offenbach, detlev@die-offenbachs.de --> |
|
6 <Project version="5.1"> |
4 <Project version="5.1"> |
7 <Language>en_US</Language> |
5 <Language>en_US</Language> |
8 <Hash>abcf6641287ab95ca3df062cd9840dd92df2e42f</Hash> |
6 <Hash>abcf6641287ab95ca3df062cd9840dd92df2e42f</Hash> |
9 <ProgLanguage mixed="0">Python3</ProgLanguage> |
7 <ProgLanguage mixed="0">Python3</ProgLanguage> |
10 <ProjectType>E4Plugin</ProjectType> |
8 <ProjectType>E4Plugin</ProjectType> |
11 <Description>This plugin implements an eric5 interface to the pylint checker.</Description> |
9 <Description>This plugin implements an eric5 interface to the pylint checker.</Description> |
12 <Version>5.3.0</Version> |
10 <Version>5.3.x</Version> |
13 <Author>Detlev Offenbach</Author> |
11 <Author>Detlev Offenbach</Author> |
14 <Email>detlev@die-offenbachs.de</Email> |
12 <Email>detlev@die-offenbachs.de</Email> |
15 <TranslationPattern>PyLint/i18n/pylint_%language%.ts</TranslationPattern> |
13 <TranslationPattern>PyLint/i18n/pylint_%language%.ts</TranslationPattern> |
16 <Eol index="1"/> |
14 <Eol index="1"/> |
17 <Sources> |
15 <Sources> |
218 <string>Pep8Checker</string> |
216 <string>Pep8Checker</string> |
219 </key> |
217 </key> |
220 <value> |
218 <value> |
221 <dict> |
219 <dict> |
222 <key> |
220 <key> |
|
221 <string>DocstringType</string> |
|
222 </key> |
|
223 <value> |
|
224 <string>eric</string> |
|
225 </value> |
|
226 <key> |
223 <string>ExcludeFiles</string> |
227 <string>ExcludeFiles</string> |
224 </key> |
228 </key> |
225 <value> |
229 <value> |
226 <string>*/Ui_*.py</string> |
230 <string>*/Ui_*.py</string> |
227 </value> |
231 </value> |
228 <key> |
232 <key> |
229 <string>ExcludeMessages</string> |
233 <string>ExcludeMessages</string> |
230 </key> |
234 </key> |
231 <value> |
235 <value> |
232 <string>E24, E501, W293</string> |
236 <string>E24, W293, N802, N803, N807, N808, N821</string> |
233 </value> |
237 </value> |
234 <key> |
238 <key> |
235 <string>FixCodes</string> |
239 <string>FixCodes</string> |
236 </key> |
240 </key> |
237 <value> |
241 <value> |