[cicd] change pylint directory
This commit is contained in:
parent
ebddc6afec
commit
41cb18aaaa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
|||
commands:
|
||||
- poetry add pylint
|
||||
- poetry install
|
||||
- find . -type f -name "*.py" | xargs poetry run pylint --disable=E0401,W0511
|
||||
- find ./app -type f -name "*.py" | xargs poetry run pylint --disable=E0401,W0511
|
||||
flake8:
|
||||
image: fnndsc/python-poetry
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue