--- a/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html Sat Apr 21 17:11:05 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html Sat Apr 21 17:43:41 2018 +0200 @@ -340,7 +340,7 @@ <p> Public method to prepare a style check on multiple Python source files. </p><dl> -<dt><i>argumentsList</i></dt> +<dt><i>argumentsList</i> (list of tuple of (str, str, list))</dt> <dd> list of arguments tuples with each tuple containing filename, source and args as given in styleCheck() @@ -352,23 +352,24 @@ <p> Public method to prepare a style check on one Python source file. </p><dl> -<dt><i>lang</i></dt> +<dt><i>lang</i> (str or None)</dt> <dd> language of the file or None to determine by internal - algorithm (str or None) -</dd><dt><i>filename</i></dt> + algorithm +</dd><dt><i>filename</i> (str)</dt> <dd> -source filename (string) -</dd><dt><i>source</i></dt> +source filename +</dd><dt><i>source</i> (str)</dt> <dd> -string containing the code to check (string) -</dd><dt><i>args</i></dt> +string containing the code to check +</dd><dt><i>args</i> (list of (str, str, bool, str, str, bool, int, list of (int, int),)</dt> <dd> 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)) + excludeMessages, includeMessages, repeatMessages, fixCodes, + noFixCodes, fixIssues, maxLineLength, blankLines, hangClosing, + docType, codeComplexityArgs, miscellaneousArgs, errors, eol, + encoding, backup) + bool, str, dict, dict, list of str, str, str, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div>