Explorar el Código

Pylint must fail if the score < 7.5

pull/2/head
Jérôme Deuchnord hace 6 años
padre
commit
7ffa8cb5c1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 6D1B91F131F89577
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/pythonapp.yml

+ 2
- 2
.github/workflows/pythonapp.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar