PluginDocumentationSets.epj

branch
eric7
changeset 86
812d4cf28c23
parent 84
819ec679723f
child 87
f8aa4aec9695
equal deleted inserted replaced
85:8bdcb62db996 86:812d4cf28c23
9 "Pep8Checker": { 9 "Pep8Checker": {
10 "AnnotationsChecker": { 10 "AnnotationsChecker": {
11 "AllowStarArgAny": false, 11 "AllowStarArgAny": false,
12 "AllowUntypedDefs": false, 12 "AllowUntypedDefs": false,
13 "AllowUntypedNested": false, 13 "AllowUntypedNested": false,
14 "CheckFutureAnnotations": false,
14 "DispatchDecorators": [ 15 "DispatchDecorators": [
15 "singledispatch", 16 "singledispatch",
16 "singledispatchmethod" 17 "singledispatchmethod"
18 ],
19 "ExemptedTypingSymbols": [
20 ""
17 ], 21 ],
18 "ForceFutureAnnotations": false, 22 "ForceFutureAnnotations": false,
19 "MaximumComplexity": 3, 23 "MaximumComplexity": 3,
20 "MaximumLength": 7, 24 "MaximumLength": 7,
21 "MinimumCoverage": 75, 25 "MinimumCoverage": 75,
60 ] 64 ]
61 }, 65 },
62 "CopyrightAuthor": "", 66 "CopyrightAuthor": "",
63 "CopyrightMinFileSize": 0, 67 "CopyrightMinFileSize": 0,
64 "DocstringType": "eric_black", 68 "DocstringType": "eric_black",
65 "EnabledCheckerCategories": "C, D, E, M, N, Y, W", 69 "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, Y, U, W",
66 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,", 70 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,",
67 "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,W503,Y119,Y401,Y402", 71 "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,M852,N802,N803,N807,N808,N821,W293,W503,Y119,Y401,Y402",
68 "FixCodes": "", 72 "FixCodes": "",
69 "FixIssues": false, 73 "FixIssues": false,
70 "FutureChecker": "", 74 "FutureChecker": "",
71 "HangClosing": false, 75 "HangClosing": false,
72 "ImportsChecker": { 76 "ImportsChecker": {
78 "LineComplexity": 25, 82 "LineComplexity": 25,
79 "LineComplexityScore": 10, 83 "LineComplexityScore": 10,
80 "MaxCodeComplexity": 10, 84 "MaxCodeComplexity": 10,
81 "MaxDocLineLength": 88, 85 "MaxDocLineLength": 88,
82 "MaxLineLength": 88, 86 "MaxLineLength": 88,
87 "NameOrderChecker": {
88 "ApplicationPackageNames": [],
89 "CombinedAsImports": false,
90 "SortCaseSensitive": false,
91 "SortFromFirst": false,
92 "SortIgnoringStyle": false,
93 "SortOrder": "natural"
94 },
83 "NoFixCodes": "E501", 95 "NoFixCodes": "E501",
84 "RepeatMessages": true, 96 "RepeatMessages": true,
85 "SecurityChecker": { 97 "SecurityChecker": {
86 "CheckTypedException": false, 98 "CheckTypedException": false,
87 "HardcodedTmpDirectories": [ 99 "HardcodedTmpDirectories": [
111 "WeakKeySizeEcMedium": "224", 123 "WeakKeySizeEcMedium": "224",
112 "WeakKeySizeRsaHigh": "1024", 124 "WeakKeySizeRsaHigh": "1024",
113 "WeakKeySizeRsaMedium": "2048" 125 "WeakKeySizeRsaMedium": "2048"
114 }, 126 },
115 "ShowIgnored": false, 127 "ShowIgnored": false,
128 "UnusedChecker": {
129 "IgnoreAbstract": true,
130 "IgnoreDunderGlobals": true,
131 "IgnoreDunderMethods": true,
132 "IgnoreEventHandlerMethods": false,
133 "IgnoreLambdas": false,
134 "IgnoreNestedFunctions": false,
135 "IgnoreOverload": true,
136 "IgnoreOverride": true,
137 "IgnoreSlotMethods": false,
138 "IgnoreStubs": true,
139 "IgnoreVariadicNames": false
140 },
116 "ValidEncodings": "latin-1, utf-8" 141 "ValidEncodings": "latin-1, utf-8"
117 } 142 }
118 }, 143 },
119 "DESCRIPTION": "This plug-in provides additional documentation sets in QtHelp format (*.qch) for registration with the eric help/web browser or Qt Assistant.", 144 "DESCRIPTION": "This plug-in provides additional documentation sets in QtHelp format (*.qch) for registration with the eric help/web browser or Qt Assistant.",
120 "DOCSTRING": "", 145 "DOCSTRING": "",
129 "ignoreFilePatterns": [ 154 "ignoreFilePatterns": [
130 "Ui_*.py" 155 "Ui_*.py"
131 ], 156 ],
132 "outputDirectory": "Documentation/source", 157 "outputDirectory": "Documentation/source",
133 "qtHelpEnabled": false, 158 "qtHelpEnabled": false,
159 "startDirectory": "",
134 "useRecursion": true 160 "useRecursion": true
135 } 161 }
136 }, 162 },
137 "EMAIL": "detlev@die-offenbachs.de", 163 "EMAIL": "detlev@die-offenbachs.de",
138 "EMBEDDED_VENV": false, 164 "EMBEDDED_VENV": false,

eric ide

mercurial