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), errors |
150 maxLineLength (int), hangClosing (bool), docType (str), maximum |
151 (list of str), eol (str), encoding (str), backup (bool)) |
151 allowed code complexity (int), dictionary with arguments for the |
152 </dd> |
152 miscellaneous checker (dict), errors (list of str), eol (str), |
153 </dl><dl> |
153 encoding (str), backup (bool)) |
154 <dt>Returns:</dt> |
154 </dd> |
155 <dd> |
155 </dl><dl> |
156 tuple of stats (dict) and results (tuple for each found violation |
156 <dt>Returns:</dt> |
157 of style (tuple of lineno (int), position (int), text (str), ignored |
157 <dd> |
158 (bool), fixed (bool), autofixing (bool), fixedMsg (str))) |
158 tuple of statistics (dict) and results (tuple for each found |
|
159 violation of style (tuple of lineno (int), position (int), text (str), |
|
160 ignored (bool), fixed (bool), autofixing (bool), fixedMsg (str))) |
159 </dd> |
161 </dd> |
160 </dl> |
162 </dl> |
161 <div align="right"><a href="#top">Up</a></div> |
163 <div align="right"><a href="#top">Up</a></div> |
162 <hr /><hr /> |
164 <hr /><hr /> |
163 <a NAME="codeStyleBatchCheck" ID="codeStyleBatchCheck"></a> |
165 <a NAME="codeStyleBatchCheck" ID="codeStyleBatchCheck"></a> |