Skip to content

Commit eab0d31

Browse files
authored
Modify pylint command to exit with zero status
1 parent 23fad6d commit eab0d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
pip install pylint
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint --rcfile=.pylintrc financepy
23+
pylint --rcfile=.pylintrc --exit-zero financepy
2424

0 commit comments

Comments
 (0)