Ver a proveniência

Pylint must fail if the score < 7.5

pull/2/head
Jérôme Deuchnord há 6 anos
ascendente
cometimento
7ffa8cb5c1
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 6D1B91F131F89577
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .github/workflows/pythonapp.yml

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

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

Carregando…
Cancelar
Guardar