PluginApis.epj

changeset 33
aae0ec9126cc
parent 31
448fc0052348
child 35
908f5f14b718
equal deleted inserted replaced
32:6f5092c9b9f1 33:aae0ec9126cc
6 "project": { 6 "project": {
7 "AUTHOR": "Detlev Offenbach", 7 "AUTHOR": "Detlev Offenbach",
8 "CHECKERSPARMS": { 8 "CHECKERSPARMS": {
9 "Pep8Checker": { 9 "Pep8Checker": {
10 "AnnotationsChecker": { 10 "AnnotationsChecker": {
11 "AllowUntypedDefs": false,
12 "AllowUntypedNested": false,
13 "DispatchDecorators": [
14 "singledispatch",
15 "singledispatchmethod"
16 ],
11 "MaximumComplexity": 3, 17 "MaximumComplexity": 3,
12 "MinimumCoverage": 75 18 "MaximumLength": 7,
19 "MinimumCoverage": 75,
20 "MypyInitReturn": false,
21 "OverloadDecorators": [
22 "overload"
23 ],
24 "SuppressDummyArgs": false,
25 "SuppressNoneReturning": true
13 }, 26 },
14 "BlankLines": [ 27 "BlankLines": [
15 2, 28 2,
16 1 29 1
17 ], 30 ],
25 "str": [ 38 "str": [
26 "unicode" 39 "unicode"
27 ] 40 ]
28 }, 41 },
29 "CommentedCodeChecker": { 42 "CommentedCodeChecker": {
30 "Aggressive": false 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 ]
31 }, 59 },
32 "CopyrightAuthor": "", 60 "CopyrightAuthor": "",
33 "CopyrightMinFileSize": 0, 61 "CopyrightMinFileSize": 0,
34 "DocstringType": "eric", 62 "DocstringType": "eric",
35 "EnabledCheckerCategories": "C, D, E, M, N, S, W", 63 "EnabledCheckerCategories": "C, D, E, M, N, S, Y, W",
36 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,", 64 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,",
37 "ExcludeMessages": "C101,E265,E266,E305,E402,M811,N802,N803,N807,N808,N821,W293", 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",
38 "FixCodes": "", 66 "FixCodes": "",
39 "FixIssues": false, 67 "FixIssues": false,
40 "FutureChecker": "", 68 "FutureChecker": "",
41 "HangClosing": false, 69 "HangClosing": false,
42 "IncludeMessages": "", 70 "IncludeMessages": "",
43 "LineComplexity": 20, 71 "LineComplexity": 25,
44 "LineComplexityScore": 10, 72 "LineComplexityScore": 10,
45 "MaxCodeComplexity": 10, 73 "MaxCodeComplexity": 10,
46 "MaxDocLineLength": 79, 74 "MaxDocLineLength": 79,
47 "MaxLineLength": 79, 75 "MaxLineLength": 79,
48 "NoFixCodes": "E501", 76 "NoFixCodes": "E501",

eric ide

mercurial