| Bug ID | 1358 |
|---|---|
| Summary | Enable Pylint |
| Product | DPDK |
| Version | unspecified |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | normal |
| Priority | Normal |
| Component | dts |
| Assignee | dev@dpdk.org |
| Reporter | juraj.linkes@pantheon.tech |
| CC | juraj.linkes@pantheon.tech, probb@iol.unh.edu |
| Target Milestone | --- |
The first question is do we want to actually enable Pylint? This linter provides additional linting, such as telling us when a class/method/function is too big or pointing to a class that maybe shouldn't be a class, among others. Of note is that this shouldn't be added to Pylama, but executed standalone.