Преглед изворни кода

Pylint must fail if the score < 7.5

pull/2/head
Jérôme Deuchnord пре 6 година
родитељ
комит
7ffa8cb5c1
No known key found for this signature in database GPG Key ID: 6D1B91F131F89577
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      .github/workflows/pythonapp.yml

+ 2
- 2
.github/workflows/pythonapp.yml Прегледај датотеку

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

Loading…
Откажи
Сачувај