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

View File

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