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

Fix for flake8-docstrings check #97

Closed junaruga closed 6 years ago

junaruga commented 7 years ago

This PR is work in progress. Fixes https://github.com/sclorg/rpm-list-builder/issues/96 .

Enabled flake8-docstrings module. And fixing for that now.

One of the validation check that I want to share is below message. This message is happened for the comment of method or function.

D401 First line should be in imperative mood

If you have something for this PR, please comment.

junaruga commented 7 years ago

Fixed. Review please when you have a time.

junaruga commented 7 years ago

Applying this to files in tests directory is meaningless. Below package looks good to apply docstrings check except test files. https://pypi.python.org/pypi/flake8-putty