terrencepreilly / darglint

A python documentation linter which checks that the docstring description matches the definition.
MIT License
482 stars 41 forks source link

Add DAR005 and DAR105 to error codes in readme #131

Closed s-weigand closed 4 years ago

s-weigand commented 4 years ago

Just discovered your project and it is exactly what I was looking for, so thanks a lot😄 When I tried it out I got some DAR005 and couldn't find it in the readme. So I went ahead and added the missing errors to the error codes section in the readme for easy reference.

https://github.com/terrencepreilly/darglint/blob/6bc5d764db86626a996de1ff50925f976bf1449e/darglint/errors.py#L227-L230

https://github.com/terrencepreilly/darglint/blob/6bc5d764db86626a996de1ff50925f976bf1449e/darglint/errors.py#L363-L365

terrencepreilly commented 4 years ago

Sorry, I missed this PR somehow. Thank you for the correction!