Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

branch
maintenance
changeset 5730
6422afc7adc4
parent 5727
c8842a8d1167
child 5737
6820ae39114e
equal deleted inserted replaced
5695:9a71bd9e2e37 5730:6422afc7adc4
47 <td>Do the code style check and/ or fix found errors.</td> 47 <td>Do the code style check and/ or fix found errors.</td>
48 </tr><tr> 48 </tr><tr>
49 <td><a href="#extractLineFlags">extractLineFlags</a></td> 49 <td><a href="#extractLineFlags">extractLineFlags</a></td>
50 <td>Function to extract flags starting and ending with '__' from a line comment.</td> 50 <td>Function to extract flags starting and ending with '__' from a line comment.</td>
51 </tr><tr> 51 </tr><tr>
52 <td><a href="#ignoreCode">ignoreCode</a></td>
53 <td>Function to check, if the given code should be ignored as per line flags.</td>
54 </tr><tr>
52 <td><a href="#initBatchService">initBatchService</a></td> 55 <td><a href="#initBatchService">initBatchService</a></td>
53 <td>Initialize the batch service and return the entry point.</td> 56 <td>Initialize the batch service and return the entry point.</td>
54 </tr><tr> 57 </tr><tr>
55 <td><a href="#initService">initService</a></td> 58 <td><a href="#initService">initService</a></td>
56 <td>Initialize the service and return the entry point.</td> 59 <td>Initialize the service and return the entry point.</td>
241 list containing the extracted flags (list of strings) 244 list containing the extracted flags (list of strings)
242 </dd> 245 </dd>
243 </dl> 246 </dl>
244 <div align="right"><a href="#top">Up</a></div> 247 <div align="right"><a href="#top">Up</a></div>
245 <hr /><hr /> 248 <hr /><hr />
249 <a NAME="ignoreCode" ID="ignoreCode"></a>
250 <h2>ignoreCode</h2>
251 <b>ignoreCode</b>(<i>code, lineFlags</i>)
252 <p>
253 Function to check, if the given code should be ignored as per line flags.
254 </p><dl>
255 <dt><i>code</i> (str)</dt>
256 <dd>
257 error code to be checked
258 </dd><dt><i>lineFlags</i> (list of str)</dt>
259 <dd>
260 list of line flags to check against
261 </dd>
262 </dl>
263 <div align="right"><a href="#top">Up</a></div>
264 <hr /><hr />
246 <a NAME="initBatchService" ID="initBatchService"></a> 265 <a NAME="initBatchService" ID="initBatchService"></a>
247 <h2>initBatchService</h2> 266 <h2>initBatchService</h2>
248 <b>initBatchService</b>(<i></i>) 267 <b>initBatchService</b>(<i></i>)
249 <p> 268 <p>
250 Initialize the batch service and return the entry point. 269 Initialize the batch service and return the entry point.

eric ide

mercurial