We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84bc8d commit b46cc99Copy full SHA for b46cc99
1 file changed
.github/workflows/scriptcheck.yml
@@ -98,10 +98,7 @@ jobs:
98
- name: run pylint
99
if: matrix.python-latest
100
run: |
101
- echo "FIXME pylint is disabled for now because it fails to import files:"
102
- echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheckdata' (import-error)"
103
- echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)"
104
- # pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
+ pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
105
106
- name: check .json files
107
0 commit comments