Skip to content

Commit

Permalink
Improve accuracy of code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
h3h committed Mar 13, 2021
1 parent ca01c29 commit 0875ba4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ set -eux

flake8 --ignore=E501

# Skip tests/test_destalinator.py due to heavy mocking. See https://github.com/jendrikseipp/vulture/issues/95
# Skip utils/slack_logging.py due to implementing Handler#emit but never calling directly
# Skip scheduler.py due to unused lambda entrypoint handler
# Skip uncalled lambda entry point
vulture . --ignore-names=destalinate_lambda

coverage run --branch --source=. -m unittest discover -f
Expand Down

0 comments on commit 0875ba4

Please sign in to comment.