We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935c34c commit 4a735a8Copy full SHA for 4a735a8
Makefile
@@ -30,7 +30,7 @@ uninstall:
30
python3.6 -m pip uninstall -y iocage
31
check:
32
flake8 --version
33
- flake8 --exclude=".travis,.eggs,__init__.py" --ignore=E203,W391,D107,A001,A002,A003,A004
+ flake8 --exclude=".travis,.eggs,__init__.py,docs" --ignore=E203,W391,D107,A001,A002,A003,A004
34
bandit --skip B404 --exclude iocage/tests/ -r .
35
test:
36
pytest iocage/tests --zpool $(ZPOOL)
0 commit comments