Skip to content

Commit e87c5d6

Browse files
committed
renamed pylintrc_travis to regular .pylintrc
1 parent b46cc99 commit e87c5d6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: run pylint
9999
if: matrix.python-latest
100100
run: |
101-
pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
101+
pylint --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
102102
103103
- name: check .json files
104104
if: matrix.python-latest
File renamed without changes.

0 commit comments

Comments
 (0)