PluginPyLint.epj

changeset 95
50eba81e4a9f
child 98
ab4aabca55ec
equal deleted inserted replaced
94:45d226917534 95:50eba81e4a9f
1 {
2 "header": {
3 "comment": "eric project file for project PluginPyLint",
4 "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de"
5 },
6 "project": {
7 "AUTHOR": "Detlev Offenbach",
8 "CHECKERSPARMS": {
9 "Pep8Checker": {
10 "AnnotationsChecker": {
11 "AllowUntypedDefs": false,
12 "AllowUntypedNested": false,
13 "DispatchDecorators": [
14 "singledispatch",
15 "singledispatchmethod"
16 ],
17 "MaximumComplexity": 3,
18 "MaximumLength": 7,
19 "MinimumCoverage": 75,
20 "MypyInitReturn": false,
21 "OverloadDecorators": [
22 "overload"
23 ],
24 "SuppressDummyArgs": false,
25 "SuppressNoneReturning": true
26 },
27 "BlankLines": [
28 2,
29 1
30 ],
31 "BuiltinsChecker": {
32 "bytes": [
33 "unicode"
34 ],
35 "chr": [
36 "unichr"
37 ],
38 "str": [
39 "unicode"
40 ]
41 },
42 "CommentedCodeChecker": {
43 "Aggressive": false,
44 "WhiteList": [
45 "pylint",
46 "pyright",
47 "noqa",
48 "type:\\s*ignore",
49 "fmt:\\s*(on|off)",
50 "TODO",
51 "FIXME",
52 "WARNING",
53 "NOTE",
54 "TEST",
55 "DOCU",
56 "XXX",
57 "- "
58 ]
59 },
60 "CopyrightAuthor": "",
61 "CopyrightMinFileSize": 0,
62 "DocstringType": "eric",
63 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W",
64 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,",
65 "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504,Y119,Y401,Y402",
66 "FixCodes": "",
67 "FixIssues": false,
68 "FutureChecker": "",
69 "HangClosing": false,
70 "IncludeMessages": "",
71 "LineComplexity": 25,
72 "LineComplexityScore": 10,
73 "MaxCodeComplexity": 10,
74 "MaxDocLineLength": 79,
75 "MaxLineLength": 79,
76 "NoFixCodes": "E501",
77 "RepeatMessages": true,
78 "SecurityChecker": {
79 "CheckTypedException": false,
80 "HardcodedTmpDirectories": [
81 "/tmp",
82 "/var/tmp",
83 "/dev/shm",
84 "~/tmp"
85 ],
86 "InsecureHashes": [
87 "md4",
88 "md5",
89 "sha",
90 "sha1"
91 ],
92 "InsecureSslProtocolVersions": [
93 "PROTOCOL_SSLv2",
94 "SSLv2_METHOD",
95 "SSLv23_METHOD",
96 "PROTOCOL_SSLv3",
97 "PROTOCOL_TLSv1",
98 "SSLv3_METHOD",
99 "TLSv1_METHOD"
100 ],
101 "WeakKeySizeDsaHigh": "1024",
102 "WeakKeySizeDsaMedium": "2048",
103 "WeakKeySizeEcHigh": "160",
104 "WeakKeySizeEcMedium": "224",
105 "WeakKeySizeRsaHigh": "1024",
106 "WeakKeySizeRsaMedium": "2048"
107 },
108 "ShowIgnored": false,
109 "ValidEncodings": "latin-1, utf-8"
110 }
111 },
112 "DESCRIPTION": "This plugin implements an eric5 interface to the pylint checker.",
113 "DOCSTRING": "",
114 "DOCUMENTATIONPARMS": {
115 "ERIC4DOC": {
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css",
117 "ignoreDirectories": [
118 ".ropeproject"
119 ],
120 "ignoreFilePatterns": [
121 "Ui_*"
122 ],
123 "outputDirectory": "PyLint/Documentation/source",
124 "qtHelpEnabled": false,
125 "useRecursion": true
126 }
127 },
128 "EMAIL": "detlev@die-offenbachs.de",
129 "EOL": 1,
130 "FILETYPES": {
131 "*.idl": "INTERFACES",
132 "*.py": "SOURCES",
133 "*.py3": "SOURCES",
134 "*.pyw": "SOURCES",
135 "*.pyw3": "SOURCES",
136 "*.qm": "TRANSLATIONS",
137 "*.qrc": "RESOURCES",
138 "*.ts": "TRANSLATIONS",
139 "*.ui": "FORMS",
140 "*.ui.h": "FORMS",
141 "Ui_*.py": "__IGNORE__"
142 },
143 "FORMS": [
144 "PyLint/PyLintConfigDialog.ui",
145 "PyLint/PyLintExecDialog.ui"
146 ],
147 "HASH": "abcf6641287ab95ca3df062cd9840dd92df2e42f",
148 "IDLPARAMS": {
149 "DefinedNames": [],
150 "IncludeDirs": [],
151 "UndefinedNames": []
152 },
153 "INTERFACES": [],
154 "LEXERASSOCS": {},
155 "MAINSCRIPT": "PluginPyLint.py",
156 "MAKEPARAMS": {
157 "MakeEnabled": false,
158 "MakeExecutable": "",
159 "MakeFile": "",
160 "MakeParameters": "",
161 "MakeTarget": "",
162 "MakeTestOnly": true
163 },
164 "MIXEDLANGUAGE": false,
165 "OTHERS": [
166 ".hgignore",
167 "ChangeLog",
168 "PKGLIST",
169 "PluginPyLint.e4p",
170 "PluginPyLint.zip",
171 "PyLint/Documentation/LICENSE.GPL3",
172 "PyLint/Documentation/source",
173 "PluginPyLint.epj"
174 ],
175 "OTHERTOOLSPARMS": {},
176 "PACKAGERSPARMS": {},
177 "PROGLANGUAGE": "Python3",
178 "PROJECTTYPE": "E6Plugin",
179 "PROJECTTYPESPECIFICDATA": {},
180 "PROTOCOLS": [],
181 "RCCPARAMS": {
182 "CompressLevel": 0,
183 "CompressionDisable": false,
184 "CompressionThreshold": 70,
185 "PathPrefix": ""
186 },
187 "RESOURCES": [],
188 "SOURCES": [
189 "PluginPyLint.py",
190 "PyLint/PyLintConfigDialog.py",
191 "PyLint/PyLintExecDialog.py",
192 "PyLint/__init__.py",
193 "__init__.py"
194 ],
195 "SPELLEXCLUDES": "",
196 "SPELLLANGUAGE": "en_US",
197 "SPELLWORDS": "",
198 "TRANSLATIONEXCEPTIONS": [],
199 "TRANSLATIONPATTERN": "PyLint/i18n/pylint_%language%.ts",
200 "TRANSLATIONS": [
201 "PyLint/i18n/pylint_cs.qm",
202 "PyLint/i18n/pylint_cs.ts",
203 "PyLint/i18n/pylint_de.qm",
204 "PyLint/i18n/pylint_de.ts",
205 "PyLint/i18n/pylint_es.qm",
206 "PyLint/i18n/pylint_es.ts",
207 "PyLint/i18n/pylint_fr.qm",
208 "PyLint/i18n/pylint_fr.ts",
209 "PyLint/i18n/pylint_pt.qm",
210 "PyLint/i18n/pylint_pt.ts",
211 "PyLint/i18n/pylint_ru.qm",
212 "PyLint/i18n/pylint_ru.ts"
213 ],
214 "TRANSLATIONSBINPATH": "",
215 "UICPARAMS": {
216 "Package": "",
217 "PackagesRoot": "",
218 "RcSuffix": ""
219 },
220 "VCS": "Mercurial",
221 "VCSOPTIONS": {
222 "add": [
223 ""
224 ],
225 "checkout": [
226 ""
227 ],
228 "commit": [
229 ""
230 ],
231 "diff": [
232 ""
233 ],
234 "export": [
235 ""
236 ],
237 "global": [
238 ""
239 ],
240 "history": [
241 ""
242 ],
243 "log": [
244 ""
245 ],
246 "remove": [
247 ""
248 ],
249 "status": [
250 ""
251 ],
252 "tag": [
253 ""
254 ],
255 "update": [
256 ""
257 ]
258 },
259 "VCSOTHERDATA": {
260 "standardLayout": true
261 },
262 "VERSION": "6.0.x"
263 }
264 }

eric ide

mercurial