소스 검색

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

불러오는 중...
취소
저장