PluginPyLint.e4p

changeset 28
1dae294006e8
parent 22
68beeb22dade
child 38
bf234b8941d9
equal deleted inserted replaced
27:ff4bcced7a34 28:1dae294006e8
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>
242 </key> 246 </key>
243 <value> 247 <value>
244 <bool>False</bool> 248 <bool>False</bool>
245 </value> 249 </value>
246 <key> 250 <key>
251 <string>HangClosing</string>
252 </key>
253 <value>
254 <bool>False</bool>
255 </value>
256 <key>
247 <string>IncludeMessages</string> 257 <string>IncludeMessages</string>
248 </key> 258 </key>
249 <value> 259 <value>
250 <string></string> 260 <string></string>
261 </value>
262 <key>
263 <string>MaxLineLength</string>
264 </key>
265 <value>
266 <int>79</int>
267 </value>
268 <key>
269 <string>NoFixCodes</string>
270 </key>
271 <value>
272 <string>E501</string>
251 </value> 273 </value>
252 <key> 274 <key>
253 <string>RepeatMessages</string> 275 <string>RepeatMessages</string>
254 </key> 276 </key>
255 <value> 277 <value>

eric ide

mercurial