We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7999808 commit a2b50c1Copy full SHA for a2b50c1
1 file changed
.github/workflows/scriptcheck.yml
@@ -83,9 +83,9 @@ jobs:
83
- name: run pylint
84
if: matrix.python-version == '3.10'
85
run: |
86
- echo FIXME pylint is disabled for now because it fails to import files:
87
- echo FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheckdata' (import-error)
88
- echo FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)
+ echo "FIXME pylint is disabled for now because it fails to import files:"
+ echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheckdata' (import-error)"
+ echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)"
89
# pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
90
91
- name: check .json files
0 commit comments