We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pylintrc_travis
.pylintrc
1 parent b46cc99 commit e87c5d6Copy full SHA for e87c5d6
2 files changed
.github/workflows/scriptcheck.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: run pylint
99
if: matrix.python-latest
100
run: |
101
- pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
+ pylint --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
102
103
- name: check .json files
104
pylintrc_travis .pylintrcpylintrc_travis renamed to .pylintrc
0 commit comments