Skip to content

Commit

Permalink
Make vulture actually pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilhelm-godaddy committed Nov 18, 2019
1 parent ba2009b commit 5d677a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"pytest-cov",
"pytest-sugar",
"tox",
"vulture",
]
}

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ commands =
setup.py \
scripts/ \
tartufo/ \
tests/
tests/ \
vulture_whitelist.py
9 changes: 9 additions & 0 deletions vulture_whitelist.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# pylint: skip-file
# type: ignore

Optional # unused import (tartufo/config.py:5)
repo_rules_filenames # unused variable (tartufo/config.py:80)
Iterable # unused import (tartufo/scanner.py:16)
Optional # unused import (tartufo/scanner.py:16)
Set # unused import (tartufo/scanner.py:16)
Callable # unused import (tartufo/util.py:8)

0 comments on commit 5d677a2

Please sign in to comment.