184 <dd> |
184 <dd> |
185 arguments used by the codeStyleCheck function (list of |
185 arguments used by the codeStyleCheck function (list of |
186 excludeMessages, includeMessages, repeatMessages, fixCodes, |
186 excludeMessages, includeMessages, repeatMessages, fixCodes, |
187 noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, |
187 noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, |
188 hangClosing, docType, codeComplexityArgs, miscellaneousArgs, |
188 hangClosing, docType, codeComplexityArgs, miscellaneousArgs, |
189 annotationArgs, securityArgs, errors, eol, encoding, backup) |
189 annotationArgs, securityArgs, importsArgs, errors, eol, encoding, |
190 bool, str, dict, dict, dict, list of str, str, str, bool) |
190 backup) |
|
191 bool, str, dict, dict, dict, dict, list of str, str, str, bool) |
191 </dd> |
192 </dd> |
192 </dl> |
193 </dl> |
193 <dl> |
194 <dl> |
194 <dt>Return:</dt> |
195 <dt>Return:</dt> |
195 <dd> |
196 <dd> |
306 <dt><i>args</i> (list of (str, str, bool, str, str, bool, int, list of (int, int),)</dt> |
307 <dt><i>args</i> (list of (str, str, bool, str, str, bool, int, list of (int, int),)</dt> |
307 <dd> |
308 <dd> |
308 arguments used by the codeStyleCheck function (list of |
309 arguments used by the codeStyleCheck function (list of |
309 excludeMessages, includeMessages, repeatMessages, fixCodes, |
310 excludeMessages, includeMessages, repeatMessages, fixCodes, |
310 noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, |
311 noFixCodes, fixIssues, maxLineLength, maxDocLineLength, blankLines, |
311 hangClosing, docType, codeComplexityArgs, miscellaneousArgs, errors, |
312 hangClosing, docType, codeComplexityArgs, miscellaneousArgs, |
312 eol, encoding, backup) |
313 annotationArgs, securityArgs, importsArgs, errors, eol, encoding, |
313 bool, str, dict, dict, list of str, str, str, bool) |
314 backup) |
|
315 bool, str, dict, dict, dict, dict, list of str, str, str, bool) |
314 </dd> |
316 </dd> |
315 </dl> |
317 </dl> |
316 <dl> |
318 <dl> |
317 <dt>Return:</dt> |
319 <dt>Return:</dt> |
318 <dd> |
320 <dd> |