--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri Mar 17 19:24:55 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri Mar 17 19:25:58 2017 +0100 @@ -147,15 +147,17 @@ arguments used by the codeStyleCheck function (list of excludeMessages (str), includeMessages (str), repeatMessages (bool), fixCodes (str), noFixCodes (str), fixIssues (bool), - maxLineLength (int), hangClosing (bool), docType (str), errors - (list of str), eol (str), encoding (str), backup (bool)) + maxLineLength (int), hangClosing (bool), docType (str), maximum + allowed code complexity (int), dictionary with arguments for the + miscellaneous checker (dict), errors (list of str), eol (str), + encoding (str), backup (bool)) </dd> </dl><dl> <dt>Returns:</dt> <dd> -tuple of stats (dict) and results (tuple for each found violation - of style (tuple of lineno (int), position (int), text (str), ignored - (bool), fixed (bool), autofixing (bool), fixedMsg (str))) +tuple of statistics (dict) and results (tuple for each found + violation of style (tuple of lineno (int), position (int), text (str), + ignored (bool), fixed (bool), autofixing (bool), fixedMsg (str))) </dd> </dl> <div align="right"><a href="#top">Up</a></div>