Skip to content

Commit

Permalink
Merge pull request #388 from SpiNNakerManchester/pylint_strict
Browse files Browse the repository at this point in the history
error on any pylint message
  • Loading branch information
Christian-B committed Jan 8, 2024
2 parents 89ad562 + 07bd1f7 commit 27fdd40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: ./support/actions/pylint
with:
package: spinnman
exitcheck: 31 # Action fails on any message
language: en_GB
- name: Lint with mypy
run: mypy spinnman
Expand Down
4 changes: 2 additions & 2 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

# Our abbreviations/names
bmp
bmpc
cpu
iobuf
scp
Spalloc
bmpc
ybug
txrx
url
ybug
xy
xys

Expand Down

0 comments on commit 27fdd40

Please sign in to comment.