Skip to content

Commit

Permalink
fail on ANY pylint message
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 3, 2024
1 parent b8f6676 commit ea10348
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
- name: Lint with pylint
uses: ./support/actions/pylint
with:
package: spinnaker_testbase
exitcheck: 39
package: ${{ env.BASE_PKG }}
exitcheck: 31 # Action fails on any message
language: en_GB

- name: Run rat copyright enforcement
if: matrix.python-version == 3.8
Expand Down

0 comments on commit ea10348

Please sign in to comment.