Skip to content
Snippets Groups Projects
Commit f25a87ed authored by Corné Lukken's avatar Corné Lukken
Browse files

Allow linting failure and limit linting scope

parent 08296e5f
Branches
Tags
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
......@@ -13,6 +13,7 @@ stages:
- unit-tests
linting:
stage: linting
allow_failure: true
script:
- tox -e pep8
unit_test:
......
......@@ -18,5 +18,5 @@ commands = stestr run {posargs}
[testenv:pep8]
commands =
; doc8 doc/source/ README.rst
flake8 {posargs}
flake8 devices/{posargs}
bandit -r devices -x test -n5 -ll # -s B320
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment