133 <dd> |
133 <dd> |
134 arguments used by the codeStyleCheck function (list of |
134 arguments used by the codeStyleCheck function (list of |
135 excludeMessages (str), includeMessages (str), repeatMessages |
135 excludeMessages (str), includeMessages (str), repeatMessages |
136 (bool), fixCodes (str), noFixCodes (str), fixIssues (bool), |
136 (bool), fixCodes (str), noFixCodes (str), fixIssues (bool), |
137 maxLineLength (int), hangClosing (bool), docType (str), errors |
137 maxLineLength (int), hangClosing (bool), docType (str), errors |
138 (list of str), eol (str), encoding (str)) |
138 (list of str), eol (str), encoding (str), backup (bool)) |
139 </dd> |
139 </dd> |
140 </dl><dl> |
140 </dl><dl> |
141 <dt>Returns:</dt> |
141 <dt>Returns:</dt> |
142 <dd> |
142 <dd> |
143 tuple of stats (dict) and results (tuple for each found violation |
143 tuple of stats (dict) and results (tuple for each found violation |