Sfoglia il codice sorgente

Pylint must fail if the score < 7.5

pull/2/head
Jérôme Deuchnord 6 anni fa
parent
commit
7ffa8cb5c1
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 6D1B91F131F89577
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .github/workflows/pythonapp.yml

+ 2
- 2
.github/workflows/pythonapp.yml Vedi File

@@ -15,8 +15,8 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip pipenv pylint pylintfileheader
python -m pip install --upgrade pip pipenv pylint-fail-under pylintfileheader
pipenv sync -d
- name: Lint
run: |
pylint *.py
pylint-fail-under --fail_under 7.5 *.py

Caricamento…
Annulla
Salva