Skip to content

Commit 60bac20

Browse files
committed
added pylint config
1 parent 39db878 commit 60bac20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pylint.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
2121
pip install pylint
22-
- if: ${{ matrix.os == 'ubuntu-latest' }}
23-
name: Setup config (using SAMPLE-config.py as config.py) - LINUX
24-
run: python .github/workflows/verify_result.py -c ${{ matrix.config }}
22+
- name: Setup config (using SAMPLE-config.py as config.py) - LINUX
23+
run: python .github/workflows/verify_result.py -c review_show_improvements_only=True
2524
- name: Analysing the code with pylint
2625
run: |
2726
pylint $(git ls-files '*.py')

.pylintrc

44 KB
Binary file not shown.

0 commit comments

Comments
 (0)