ci: fix syntax error in scriptcheck.yml
This commit is contained in:
parent
7999808639
commit
a2b50c1ccf
|
@ -83,9 +83,9 @@ jobs:
|
||||||
- name: run pylint
|
- name: run pylint
|
||||||
if: matrix.python-version == '3.10'
|
if: matrix.python-version == '3.10'
|
||||||
run: |
|
run: |
|
||||||
echo FIXME pylint is disabled for now because it fails to import files:
|
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 'cppcheckdata' (import-error)"
|
||||||
echo FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)
|
echo "FIXME addons/runaddon.py:1:0: E0401: Unable to import 'cppcheck' (import-error)"
|
||||||
# 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
|
||||||
|
|
||||||
- name: check .json files
|
- name: check .json files
|
||||||
|
|
Loading…
Reference in New Issue