ci: add pylint, but allow failure

This commit is contained in:
Iain Learmonth 2022-05-16 15:42:31 +01:00
parent 827aab6ffb
commit b1f7426beb

View file

@ -36,6 +36,15 @@ test:mypy:
- pip install -r requirements-types.txt --quiet - pip install -r requirements-types.txt --quiet
- mypy app - mypy app
test:pylint:
script:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential
- pip install -r requirements.txt --quiet
- pip install pylint --quiet
- pylint app
allow_failure: true
pages: pages:
stage: deploy stage: deploy
script: script: