Skip to content

Commit

Permalink
skipping dead code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 27, 2019
1 parent 172475d commit 710952f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/lint/lint-python-dead-code.sh
Expand Up @@ -8,6 +8,9 @@

export LC_ALL=C

echo "Skipping dead code linting"
exit 0

if ! command -v vulture > /dev/null; then
echo "Skipping Python dead code linting since vulture is not installed. Install by running \"pip3 install vulture\""
exit 0
Expand Down

0 comments on commit 710952f

Please sign in to comment.