vulture fix

This commit is contained in:
Devaev Maxim 2018-08-07 00:12:15 +03:00
parent f45efdf2fc
commit f266b1f408
4 changed files with 8 additions and 2 deletions

View File

@ -1 +1,2 @@
include requirements.txt
include vulture-wl.py

View File

@ -38,7 +38,7 @@ shell:
release:
make clean
#make tox
make tox
make clean
make push
make bump

View File

@ -25,7 +25,7 @@ deps =
-rtestenv/requirements.txt
[testenv:vulture]
commands = vulture kvmd
commands = vulture kvmd vulture-wl.py
deps =
vulture
-rtestenv/requirements.txt

5
kvmd/vulture-wl.py Normal file
View File

@ -0,0 +1,5 @@
manufacturer # unused variable (kvmd/msd.py:58)
product # unused variable (kvmd/msd.py:59)
real # unused variable (kvmd/msd.py:71)
hw # unused variable (kvmd/msd.py:73)
image # unused variable (kvmd/msd.py:74)