PluginMqttMonitor.e4p

changeset 3
82845c0fd550
parent 2
d439c5109829
child 10
7e0e921dc7ea
equal deleted inserted replaced
2:d439c5109829 3:82845c0fd550
155 <FiletypeAssociation pattern="README" type="OTHERS"/> 155 <FiletypeAssociation pattern="README" type="OTHERS"/>
156 <FiletypeAssociation pattern="README.*" type="OTHERS"/> 156 <FiletypeAssociation pattern="README.*" type="OTHERS"/>
157 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> 157 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
158 <FiletypeAssociation pattern="makefile" type="OTHERS"/> 158 <FiletypeAssociation pattern="makefile" type="OTHERS"/>
159 </FiletypeAssociations> 159 </FiletypeAssociations>
160 <Checkers>
161 <CheckersParams>
162 <dict>
163 <key>
164 <string>Pep8Checker</string>
165 </key>
166 <value>
167 <dict>
168 <key>
169 <string>BlankLines</string>
170 </key>
171 <value>
172 <tuple>
173 <int>2</int>
174 <int>1</int>
175 </tuple>
176 </value>
177 <key>
178 <string>BuiltinsChecker</string>
179 </key>
180 <value>
181 <dict>
182 <key>
183 <string>bytes</string>
184 </key>
185 <value>
186 <list>
187 <string>unicode</string>
188 </list>
189 </value>
190 <key>
191 <string>chr</string>
192 </key>
193 <value>
194 <list>
195 <string>unichr</string>
196 </list>
197 </value>
198 <key>
199 <string>str</string>
200 </key>
201 <value>
202 <list>
203 <string>unicode</string>
204 </list>
205 </value>
206 </dict>
207 </value>
208 <key>
209 <string>CopyrightAuthor</string>
210 </key>
211 <value>
212 <string></string>
213 </value>
214 <key>
215 <string>CopyrightMinFileSize</string>
216 </key>
217 <value>
218 <int>0</int>
219 </value>
220 <key>
221 <string>DocstringType</string>
222 </key>
223 <value>
224 <string>eric</string>
225 </value>
226 <key>
227 <string>ExcludeFiles</string>
228 </key>
229 <value>
230 <string>*/Ui_*.py, */*_rc.py</string>
231 </value>
232 <key>
233 <string>ExcludeMessages</string>
234 </key>
235 <value>
236 <string>C101, E265, E266, E305, E402, M201, M811, N802, N803, N807, N808, N821, W293, W504</string>
237 </value>
238 <key>
239 <string>FixCodes</string>
240 </key>
241 <value>
242 <string></string>
243 </value>
244 <key>
245 <string>FixIssues</string>
246 </key>
247 <value>
248 <bool>False</bool>
249 </value>
250 <key>
251 <string>FutureChecker</string>
252 </key>
253 <value>
254 <string>unicode_literals</string>
255 </value>
256 <key>
257 <string>HangClosing</string>
258 </key>
259 <value>
260 <bool>False</bool>
261 </value>
262 <key>
263 <string>IncludeMessages</string>
264 </key>
265 <value>
266 <string></string>
267 </value>
268 <key>
269 <string>LineComplexity</string>
270 </key>
271 <value>
272 <int>20</int>
273 </value>
274 <key>
275 <string>LineComplexityScore</string>
276 </key>
277 <value>
278 <int>10</int>
279 </value>
280 <key>
281 <string>MaxCodeComplexity</string>
282 </key>
283 <value>
284 <int>10</int>
285 </value>
286 <key>
287 <string>MaxLineLength</string>
288 </key>
289 <value>
290 <int>79</int>
291 </value>
292 <key>
293 <string>NoFixCodes</string>
294 </key>
295 <value>
296 <string>E501</string>
297 </value>
298 <key>
299 <string>RepeatMessages</string>
300 </key>
301 <value>
302 <bool>True</bool>
303 </value>
304 <key>
305 <string>ShowIgnored</string>
306 </key>
307 <value>
308 <bool>False</bool>
309 </value>
310 <key>
311 <string>ValidEncodings</string>
312 </key>
313 <value>
314 <string>latin-1, utf-8</string>
315 </value>
316 </dict>
317 </value>
318 </dict>
319 </CheckersParams>
320 </Checkers>
160 </Project> 321 </Project>

eric ide

mercurial