conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

[conan-center] Pylint should not be skipped from conanfile #449

Closed uilianries closed 2 years ago

uilianries commented 2 years ago

Based on CCI activity. As humans, we can fail when reviewing it, pylint will skip silently.

Wiki:

#KB-H072: "PYLINT EXECUTION"

Pylint is executed by default over all conanfile.py in Conan Center Index and it should not be skipped. It's an important tool which help us keeping a standard level of acceptance, otherwise, it would be incredible hard to review all recipes keeping the same standard level.