Skip to content

Commit b46cc99

Browse files
committed
scriptcheck.yml: re-enabled pylint
1 parent b84bc8d commit b46cc99

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ jobs:
9898
- name: run pylint
9999
if: matrix.python-latest
100100
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
101+
pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
105102
106103
- name: check .json files
107104
if: matrix.python-latest

0 commit comments

Comments
 (0)