We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db878 commit 60bac20Copy full SHA for 60bac20
.github/workflows/pylint.yml
@@ -19,9 +19,8 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install -r requirements.txt
21
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 }}
+ - name: Setup config (using SAMPLE-config.py as config.py) - LINUX
+ run: python .github/workflows/verify_result.py -c review_show_improvements_only=True
25
- name: Analysing the code with pylint
26
run: |
27
pylint $(git ls-files '*.py')
.pylintrc
44 KB
0 commit comments