arscons icon indicating copy to clipboard operation
arscons copied to clipboard

Follow pylint coding standard

Open jeroendoggen opened this issue 11 years ago • 1 comments

http://www.pylint.org/

jeroendoggen avatar Nov 23 '13 12:11 jeroendoggen

Current pylint output: (mainly complaining about bad variable names & missing documentation)

Report

265 statements analysed.

Raw metrics

|type |number |% |previous |difference | |code |294 |73.13 |NC |NC | |docstring |13 |3.23 |NC |NC | |comment |58 |14.43 |NC |NC | |empty |37 |9.20 |NC |NC |

Duplication

| |now |previous |difference | |nb duplicated lines |0 |NC |NC | |percent duplicated lines |0.000 |NC |NC |

Messages by category |type |number |previous |difference | |convention |90 |NC |NC | |refactor |0 |NC |NC | |warning |24 |NC |NC | |error |16 |NC |NC |

Messages

|message id |occurrences | |C0103 |57 | |C0301 |19 | |E0602 |16 | |C0111 |12 | |W0621 |10 | |W0613 |10 | |W0622 |2 | |C0322 |2 | |W0602 |1 | |W0511 |1 |

Global evaluation

Your code has been rated at 2.68/10

Statistics by type

|type |number |old number |difference |%documented |%badname | |module |1 |NC |NC |0.00 |0.00 | |class |0 |NC |NC |0 |0 | |method |0 |NC |NC |0 |0 | |function |12 |NC |NC |8.33 |75.00 |

jeroendoggen avatar Nov 23 '13 12:11 jeroendoggen