Reduce number of globally disabled bandit checks
and uncomment fail fast in the test script.
This commit is contained in:
parent
b211c795ad
commit
698932f487
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
tox -e lint-basic # || exit 1
|
tox -e lint-basic || exit 1
|
||||||
tox
|
tox
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -21,7 +21,7 @@ deps =
|
||||||
bandit
|
bandit
|
||||||
flake8
|
flake8
|
||||||
commands =
|
commands =
|
||||||
bandit -r --exit-zero -s B105,B301,B411,B413,B608,B101 \
|
bandit -r -s B101,B411,B413,B608 \
|
||||||
-x checkdeps.*,bitmessagecurses,bitmessageqt,tests pybitmessage
|
-x checkdeps.*,bitmessagecurses,bitmessageqt,tests pybitmessage
|
||||||
flake8 pybitmessage --count --select=E9,F63,F7,F82 \
|
flake8 pybitmessage --count --select=E9,F63,F7,F82 \
|
||||||
--show-source --statistics
|
--show-source --statistics
|
||||||
|
|
Reference in New Issue
Block a user