1 { |
1 { |
2 "header": { |
2 "header": { |
3 "comment": "eric project file for project PluginWizardDataUriEncoder", |
3 "comment": "eric project file for project PluginWizardDataUriEncoder", |
4 "copyright": "Copyright (C) 2022 Detlev Offenbach, detlev@die-offenbachs.de" |
4 "copyright": "Copyright (C) 2023 Detlev Offenbach, detlev@die-offenbachs.de" |
5 }, |
5 }, |
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 "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, S, Y, W", |
69 "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, S, 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,W504,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,W504,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": { |
73 "ApplicationPackageNames": [], |
77 "ApplicationPackageNames": [ |
|
78 "WizardDataUriEncoder", |
|
79 "eric7" |
|
80 ], |
74 "BanRelativeImports": "", |
81 "BanRelativeImports": "", |
75 "BannedModules": [] |
82 "BannedModules": [] |
76 }, |
83 }, |
77 "IncludeMessages": "", |
84 "IncludeMessages": "", |
78 "LineComplexity": 25, |
85 "LineComplexity": 25, |
79 "LineComplexityScore": 10, |
86 "LineComplexityScore": 10, |
80 "MaxCodeComplexity": 10, |
87 "MaxCodeComplexity": 10, |
81 "MaxDocLineLength": 88, |
88 "MaxDocLineLength": 88, |
82 "MaxLineLength": 88, |
89 "MaxLineLength": 88, |
|
90 "NameOrderChecker": { |
|
91 "ApplicationPackageNames": [ |
|
92 "WizardDataUriEncoder", |
|
93 "eric7" |
|
94 ], |
|
95 "CombinedAsImports": false, |
|
96 "SortCaseSensitive": false, |
|
97 "SortFromFirst": false, |
|
98 "SortIgnoringStyle": false, |
|
99 "SortOrder": "natural" |
|
100 }, |
83 "NoFixCodes": "E501", |
101 "NoFixCodes": "E501", |
84 "RepeatMessages": true, |
102 "RepeatMessages": true, |
85 "SecurityChecker": { |
103 "SecurityChecker": { |
86 "CheckTypedException": false, |
104 "CheckTypedException": false, |
87 "HardcodedTmpDirectories": [ |
105 "HardcodedTmpDirectories": [ |
111 "WeakKeySizeEcMedium": "224", |
129 "WeakKeySizeEcMedium": "224", |
112 "WeakKeySizeRsaHigh": "1024", |
130 "WeakKeySizeRsaHigh": "1024", |
113 "WeakKeySizeRsaMedium": "2048" |
131 "WeakKeySizeRsaMedium": "2048" |
114 }, |
132 }, |
115 "ShowIgnored": false, |
133 "ShowIgnored": false, |
|
134 "UnusedChecker": { |
|
135 "IgnoreAbstract": true, |
|
136 "IgnoreDunderGlobals": true, |
|
137 "IgnoreDunderMethods": true, |
|
138 "IgnoreEventHandlerMethods": false, |
|
139 "IgnoreLambdas": false, |
|
140 "IgnoreNestedFunctions": false, |
|
141 "IgnoreOverload": true, |
|
142 "IgnoreOverride": true, |
|
143 "IgnoreSlotMethods": false, |
|
144 "IgnoreStubs": true, |
|
145 "IgnoreVariadicNames": false |
|
146 }, |
116 "ValidEncodings": "latin-1, utf-8" |
147 "ValidEncodings": "latin-1, utf-8" |
117 } |
148 } |
118 }, |
149 }, |
119 "DESCRIPTION": "Plug-in implementing a wizard for the generation of code for base64 encoded data URIs.", |
150 "DESCRIPTION": "Plug-in implementing a wizard for the generation of code for base64 encoded data URIs.", |
120 "DOCSTRING": "", |
151 "DOCSTRING": "", |