145 </dd><dt><i>args</i></dt> |
145 </dd><dt><i>args</i></dt> |
146 <dd> |
146 <dd> |
147 arguments used by the codeStyleCheck function (list of |
147 arguments used by the codeStyleCheck function (list of |
148 excludeMessages (str), includeMessages (str), repeatMessages |
148 excludeMessages (str), includeMessages (str), repeatMessages |
149 (bool), fixCodes (str), noFixCodes (str), fixIssues (bool), |
149 (bool), fixCodes (str), noFixCodes (str), fixIssues (bool), |
150 maxLineLength (int), hangClosing (bool), docType (str), maximum |
150 maxLineLength (int), hangClosing (bool), docType (str), dictionary |
151 allowed code complexity (int), dictionary with arguments for the |
151 with arguments for the code complexity checker (dict), dictionary |
152 miscellaneous checker (dict), errors (list of str), eol (str), |
152 with arguments for the miscellaneous checker (dict), errors (list |
153 encoding (str), backup (bool)) |
153 of str), eol (str), encoding (str), backup (bool)) |
154 </dd> |
154 </dd> |
155 </dl><dl> |
155 </dl><dl> |
156 <dt>Returns:</dt> |
156 <dt>Returns:</dt> |
157 <dd> |
157 <dd> |
158 tuple of statistics (dict) and results (tuple for each found |
158 tuple of statistics (dict) and results (tuple for each found |