feature: pylint-exit

Pylint always fails. Pylint-exit displays fatal errors only.
This commit is contained in:
Leonard Sheng Sheng Lee 2021-10-26 21:28:43 +02:00
parent b279125a9c
commit 48db26860f
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
- name: Setup Pylint
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint pylint-exit
pip install -r requirements.txt
- name: Run Pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') || pylint-exit $?