[code-quality] Common error format for static analysis tools

Sylvain Thénault sylvain.thenault at logilab.fr
Wed Apr 3 09:58:42 CEST 2013


Hi,

On 02 avril 23:46, Florent wrote:
> Regarding the output, the Flake8 tool returns <row> and <col>.
> And IIUC the pylint tool returns only <row>.

PyLint returns column information since 0.24, released almost 2 years ago.

> None of these tools is able to detect and return <end-line> and <end-char>.

None of these tool returns this information, though it would probably be possible
to return sensible values in most cases (depending on the pb detected).

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org


More information about the code-quality mailing list