Skip to content

Commit

Permalink
Add pydocstyle match-dir parameter into CI recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 28, 2019
1 parent 5b270e8 commit 55ff381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- bash: docker-compose run ibis flake8
displayName: 'Lint'

- bash: docker-compose run ibis pydocstyle
# TODO: change match-dir when docstrings are fixed for other backends
- bash: docker-compose run ibis pydocstyle --match-dir=(ibis|omniscidb)
displayName: "Docstring check"

- bash: docker-compose run ibis black --check .
Expand Down

0 comments on commit 55ff381

Please sign in to comment.