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 23fad6d commit eab0d31Copy full SHA for eab0d31
1 file changed
.github/workflows/pylint.yml
@@ -20,5 +20,5 @@ jobs:
20
pip install pylint
21
- name: Analysing the code with pylint
22
run: |
23
- pylint --rcfile=.pylintrc financepy
+ pylint --rcfile=.pylintrc --exit-zero financepy
24
0 commit comments