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

changeset 7610
df7025fe26a3
parent 7273
391d6b7b1eff
child 7624
6eabbcf3bdf8
equal deleted inserted replaced
7609:d5aff4fd0ef8 7610:df7025fe26a3
197 </dd> 197 </dd>
198 </dl> 198 </dl>
199 <dl> 199 <dl>
200 <dt>Returns:</dt> 200 <dt>Returns:</dt>
201 <dd> 201 <dd>
202 tuple of statistics (dict) and list of results (tuple for each 202 tuple of statistics data and list of result dictionaries with
203 found violation of style (lineno, position, text, ignored, fixed, 203 keys:
204 autofixing, fixedMsg)) 204 <ul>
205 <li>file: file name</li>
206 <li>line: line_number</li>
207 <li>offset: offset within line</li>
208 <li>code: message code</li>
209 <li>args: list of arguments to format the message</li>
210 <li>ignored: flag indicating this issue was ignored</li>
211 <li>fixed: flag indicating this issue was fixed</li>
212 <li>autofixing: flag indicating that a fix can be done</li>
213 <li>fixcode: message code for the fix</li>
214 <li>fixargs: list of arguments to format the fix message</li>
215 </ul>
205 </dd> 216 </dd>
206 </dl> 217 </dl>
207 <dl> 218 <dl>
208 <dt>Return Type:</dt> 219 <dt>Return Type:</dt>
209 <dd> 220 <dd>
210 tuple of (dict, list of tuples of (int, int, str, bool, bool, bool, 221 tuple of (dict, list of dict)
211 str))
212 </dd> 222 </dd>
213 </dl> 223 </dl>
214 <div align="right"><a href="#top">Up</a></div> 224 <div align="right"><a href="#top">Up</a></div>
215 <hr /> 225 <hr />
216 <hr /> 226 <hr />

eric ide

mercurial