--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri May 05 19:06:52 2017 +0200 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri May 05 19:07:43 2017 +0200 @@ -49,6 +49,9 @@ <td><a href="#extractLineFlags">extractLineFlags</a></td> <td>Function to extract flags starting and ending with '__' from a line comment.</td> </tr><tr> +<td><a href="#ignoreCode">ignoreCode</a></td> +<td>Function to check, if the given code should be ignored as per line flags.</td> +</tr><tr> <td><a href="#initBatchService">initBatchService</a></td> <td>Initialize the batch service and return the entry point.</td> </tr><tr> @@ -243,6 +246,22 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="ignoreCode" ID="ignoreCode"></a> +<h2>ignoreCode</h2> +<b>ignoreCode</b>(<i>code, lineFlags</i>) +<p> + Function to check, if the given code should be ignored as per line flags. +</p><dl> +<dt><i>code</i> (str)</dt> +<dd> +error code to be checked +</dd><dt><i>lineFlags</i> (list of str)</dt> +<dd> +list of line flags to check against +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="initBatchService" ID="initBatchService"></a> <h2>initBatchService</h2> <b>initBatchService</b>(<i></i>)