Skip to content

Commit

Permalink
pylint-disable: R
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 6, 2024
1 parent 4717c67 commit 6dbe726
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ on:
description: The names of the Python packages to run flake8 on.
required: true
type: string
pylint-disable:
description: The pylint messages/categories to disable
required: false
default: "R"
pylint_exitcheck:
description: The combined results code to fail on
required: false
Expand Down Expand Up @@ -163,6 +167,7 @@ jobs:
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
with:
package: ${{ inputs.pylint-packages }}
disable: ${{ inputs.pylint-disable }}
exitcheck: ${{ inputs.pylint_exitcheck }}
rcfile: ${{ inputs.rcfile }}
language: en_GB
Expand Down Expand Up @@ -229,6 +234,7 @@ jobs:
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
with:
package: ${{ inputs.pylint-packages }}
disable: ${{ inputs.pylint-disable }}
exitcheck: ${{ inputs.pylint_exitcheck }}
rcfile: ${{ inputs.rcfile }}
language: en_GB
Expand Down

0 comments on commit 6dbe726

Please sign in to comment.