sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Support the Pep257 linter for python docstrings #37

Closed sk- closed 6 years ago

sk- commented 10 years ago

Add support for the PEP 257 linter (https://pypi.python.org/pypi/pep257).

sk- commented 10 years ago

The integration is a little tricky, as pep257 report the line number of the function/method/class instead of the line numbers of the docstring. Additionally, it first report the line number, and then the error.

sk- commented 6 years ago

Individual recipes should be added instead to the recipes page https://github.com/sk-/git-lint/wiki/Linter-Recipes