|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
|
3 <!-- eric5 project file for project PluginPyLint --> |
|
4 <Project version="5.1"> |
|
5 <Language>en_US</Language> |
|
6 <Hash>abcf6641287ab95ca3df062cd9840dd92df2e42f</Hash> |
|
7 <ProgLanguage mixed="0">Python3</ProgLanguage> |
|
8 <ProjectType>E4Plugin</ProjectType> |
|
9 <Description>This plugin implements an eric4 interface to the pylint checker.</Description> |
|
10 <Version>5.0.x</Version> |
|
11 <Author>Detlev Offenbach</Author> |
|
12 <Email>detlev@die-offenbachs.de</Email> |
|
13 <TranslationPattern>PyLint/i18n/pylint_%language%.ts</TranslationPattern> |
|
14 <Eol index="1"/> |
|
15 <Sources> |
|
16 <Source>PluginPyLint.py</Source> |
|
17 <Source>__init__.py</Source> |
|
18 <Source>PyLint/PyLintConfigDialog.py</Source> |
|
19 <Source>PyLint/__init__.py</Source> |
|
20 <Source>PyLint/PyLintExecDialog.py</Source> |
|
21 </Sources> |
|
22 <Forms> |
|
23 <Form>PyLint/PyLintConfigDialog.ui</Form> |
|
24 <Form>PyLint/PyLintExecDialog.ui</Form> |
|
25 </Forms> |
|
26 <Translations> |
|
27 <Translation>PyLint/i18n/pylint_fr.ts</Translation> |
|
28 <Translation>PyLint/i18n/pylint_ru.ts</Translation> |
|
29 <Translation>PyLint/i18n/pylint_de.ts</Translation> |
|
30 <Translation>PyLint/i18n/pylint_cs.ts</Translation> |
|
31 <Translation>PyLint/i18n/pylint_es.ts</Translation> |
|
32 </Translations> |
|
33 <Resources/> |
|
34 <Interfaces/> |
|
35 <Others> |
|
36 <Other>PluginPyLint.e4p</Other> |
|
37 <Other>PKGLIST</Other> |
|
38 <Other>ChangeLog</Other> |
|
39 <Other>PyLint/Documentation/LICENSE.GPL3</Other> |
|
40 </Others> |
|
41 <MainScript>PluginPyLint.py</MainScript> |
|
42 <Vcs> |
|
43 <VcsType>Mercurial</VcsType> |
|
44 <VcsOptions> |
|
45 <dict> |
|
46 <key> |
|
47 <string>add</string> |
|
48 </key> |
|
49 <value> |
|
50 <list/> |
|
51 </value> |
|
52 <key> |
|
53 <string>checkout</string> |
|
54 </key> |
|
55 <value> |
|
56 <list/> |
|
57 </value> |
|
58 <key> |
|
59 <string>commit</string> |
|
60 </key> |
|
61 <value> |
|
62 <list/> |
|
63 </value> |
|
64 <key> |
|
65 <string>diff</string> |
|
66 </key> |
|
67 <value> |
|
68 <list/> |
|
69 </value> |
|
70 <key> |
|
71 <string>export</string> |
|
72 </key> |
|
73 <value> |
|
74 <list/> |
|
75 </value> |
|
76 <key> |
|
77 <string>global</string> |
|
78 </key> |
|
79 <value> |
|
80 <list/> |
|
81 </value> |
|
82 <key> |
|
83 <string>history</string> |
|
84 </key> |
|
85 <value> |
|
86 <list/> |
|
87 </value> |
|
88 <key> |
|
89 <string>log</string> |
|
90 </key> |
|
91 <value> |
|
92 <list/> |
|
93 </value> |
|
94 <key> |
|
95 <string>remove</string> |
|
96 </key> |
|
97 <value> |
|
98 <list/> |
|
99 </value> |
|
100 <key> |
|
101 <string>status</string> |
|
102 </key> |
|
103 <value> |
|
104 <list> |
|
105 <string>--show-updates</string> |
|
106 </list> |
|
107 </value> |
|
108 <key> |
|
109 <string>tag</string> |
|
110 </key> |
|
111 <value> |
|
112 <list/> |
|
113 </value> |
|
114 <key> |
|
115 <string>update</string> |
|
116 </key> |
|
117 <value> |
|
118 <list/> |
|
119 </value> |
|
120 </dict> |
|
121 </VcsOptions> |
|
122 <VcsOtherData> |
|
123 <dict> |
|
124 <key> |
|
125 <string>standardLayout</string> |
|
126 </key> |
|
127 <value> |
|
128 <bool>True</bool> |
|
129 </value> |
|
130 </dict> |
|
131 </VcsOtherData> |
|
132 </Vcs> |
|
133 <FiletypeAssociations> |
|
134 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
|
135 <FiletypeAssociation pattern="*.idl" type="INTERFACES"/> |
|
136 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/> |
|
137 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> |
|
138 <FiletypeAssociation pattern="*.ptl" type="SOURCES"/> |
|
139 <FiletypeAssociation pattern="*.pyw" type="SOURCES"/> |
|
140 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> |
|
141 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
|
142 <FiletypeAssociation pattern="*.py" type="SOURCES"/> |
|
143 <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> |
|
144 </FiletypeAssociations> |
|
145 <Documentation> |
|
146 <DocumentationParams> |
|
147 <dict> |
|
148 <key> |
|
149 <string>ERIC4DOC</string> |
|
150 </key> |
|
151 <value> |
|
152 <dict> |
|
153 <key> |
|
154 <string>cssFile</string> |
|
155 </key> |
|
156 <value> |
|
157 <string>/usr/lib64/python2.7/site-packages/eric4/CSSs/default.css</string> |
|
158 </value> |
|
159 <key> |
|
160 <string>ignoreDirectories</string> |
|
161 </key> |
|
162 <value> |
|
163 <list> |
|
164 <string>.ropeproject</string> |
|
165 </list> |
|
166 </value> |
|
167 <key> |
|
168 <string>ignoreFilePatterns</string> |
|
169 </key> |
|
170 <value> |
|
171 <list> |
|
172 <string>Ui_*</string> |
|
173 </list> |
|
174 </value> |
|
175 <key> |
|
176 <string>outputDirectory</string> |
|
177 </key> |
|
178 <value> |
|
179 <string>PyLint/Documentation/source</string> |
|
180 </value> |
|
181 <key> |
|
182 <string>qtHelpEnabled</string> |
|
183 </key> |
|
184 <value> |
|
185 <bool>False</bool> |
|
186 </value> |
|
187 <key> |
|
188 <string>sourceExtensions</string> |
|
189 </key> |
|
190 <value> |
|
191 <list> |
|
192 <string></string> |
|
193 </list> |
|
194 </value> |
|
195 <key> |
|
196 <string>useRecursion</string> |
|
197 </key> |
|
198 <value> |
|
199 <bool>True</bool> |
|
200 </value> |
|
201 </dict> |
|
202 </value> |
|
203 </dict> |
|
204 </DocumentationParams> |
|
205 </Documentation> |
|
206 <Checkers> |
|
207 <CheckersParams> |
|
208 <dict> |
|
209 <key> |
|
210 <string>Pep8Checker</string> |
|
211 </key> |
|
212 <value> |
|
213 <dict> |
|
214 <key> |
|
215 <string>ExcludeFiles</string> |
|
216 </key> |
|
217 <value> |
|
218 <string>*/Ui_*.py</string> |
|
219 </value> |
|
220 <key> |
|
221 <string>ExcludeMessages</string> |
|
222 </key> |
|
223 <value> |
|
224 <string>E24, E501, W293</string> |
|
225 </value> |
|
226 <key> |
|
227 <string>FixCodes</string> |
|
228 </key> |
|
229 <value> |
|
230 <string></string> |
|
231 </value> |
|
232 <key> |
|
233 <string>FixIssues</string> |
|
234 </key> |
|
235 <value> |
|
236 <bool>False</bool> |
|
237 </value> |
|
238 <key> |
|
239 <string>IncludeMessages</string> |
|
240 </key> |
|
241 <value> |
|
242 <string></string> |
|
243 </value> |
|
244 <key> |
|
245 <string>RepeatMessages</string> |
|
246 </key> |
|
247 <value> |
|
248 <bool>True</bool> |
|
249 </value> |
|
250 </dict> |
|
251 </value> |
|
252 </dict> |
|
253 </CheckersParams> |
|
254 </Checkers> |
|
255 </Project> |