瀏覽代碼
Pylint must fail if the score < 7.5
pull/2/head
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 6D1B91F131F89577
共有
1 個檔案被更改,包括
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 |