Skip to content

Commit

Permalink
tests: pydocstyle 2.0.0 imperative mood fix
Browse files Browse the repository at this point in the history
* Ignores pydocstyle error code D401 ("First line should be in
  imperative mood") as the parsing and detection is pretty broken.
  (addresses inveniosoftware/troubleshooting#9)

Signed-off-by: Jacopo Notarstefano <jacopo.notarstefano@gmail.com>
  • Loading branch information
jacquerie committed Aug 21, 2017
1 parent 4c5fd23 commit f8280e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ all_files = 1
[bdist_wheel]
universal = 1

[pydocstyle]
add_ignore = D401

[compile_catalog]
directory = invenio_collections/translations/

Expand Down

0 comments on commit f8280e3

Please sign in to comment.