ci: lint fail under 8.00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
William Luke 2022-03-01 11:31:52 +03:00
parent 264abf4138
commit ed7f3eeff5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
# Install dependencies
- pip install poetry
- poetry install
- poetry run pylint cic
- poetry run pylint cic --fail-under=8.00
- poetry run pytest
environment:
LOGLEVEL: info