We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc66c9 commit 33495b2Copy full SHA for 33495b2
1 file changed
.github/workflows/scriptcheck.yml
@@ -55,10 +55,7 @@ jobs:
55
- name: run pylint
56
if: matrix.python-version == '3.10'
57
run: |
58
- pylint --rcfile=pylintrc_travis addons/*.py
59
- pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport
60
- pylint --rcfile=pylintrc_travis htmlreport/*.py
61
- pylint --rcfile=pylintrc_travis tools/*.py
+ pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
62
63
- name: check .json files
64
0 commit comments