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 1881b49 commit 9671f60Copy full SHA for 9671f60
.github/workflows/python-package.yml
@@ -65,7 +65,7 @@ jobs:
65
pip install -r requirements-dev.txt
66
pip install tox-gh-actions
67
- name: Pylint
68
- run: pylint --recursive=y --errors-only kafka test
+ run: pylint --recursive=y --errors-only --exit-zero kafka test
69
- name: Setup java
70
uses: actions/setup-java@v4
71
with:
0 commit comments