sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Adding pylint in "tox -e style" #65

Open junaruga opened 7 years ago

junaruga commented 7 years ago

I am running Landscape service on my repository for rpm-list-builder master branch as a trial. Landscape is used for rebase-helper. Right now there are 4 smells. And the check looks internally from a result of pylint. https://landscape.io/github/junaruga/rpm-list-builder/31/messages/smell

I want to fix those. And ideally I want to add pylint to our style check. Because it can check more detail static analysis such as unused arguments and variables check.

junaruga commented 7 years ago

Ref.

How to create initial pylintrc for the project. https://stackoverflow.com/questions/22448731/how-do-i-create-a-pylintrc-file

rebase-helper using pylint. https://github.com/rebase-helper/rebase-helper/blob/master/pylintrc