Skip to content

Commit

Permalink
Merge pull request #539 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 566538f + 6b38c84 commit 261d001
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
uses: ./support/actions/pylint
with:
package: ${{ env.BASE_PKG }}
exitcheck: 31 # Action fails on any message
language: en_GB

- name: Lint with mypy
Expand Down
43 changes: 23 additions & 20 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,42 @@
# limitations under the License.

# Our abbreviations/names
Navaridas
NER

# Our types
AbstractEdge
ApplicationEdge
MachineEdge
SDRAMMachineEdge
AbstractEdgePartition
AbstractSingleSourcePartition
ApplicationEdgePartition
MulticastEdgePartition
AbstractMulticastRoutingTable
AbstractSDRAM
AbstractSDRAMPartition
AbstractSingleSourcePartition
AbstractVertex
ApplicationEdge
ApplicationEdgePartition
ApplicationVertex
MachineVertex
MulticastRoutingTable
BaseKeyAndMask
ChipAndCore
FPGAConnection
IPTag
IPtagResource
MachineEdge
MachineVertex
MulticastEdgePartition
MulticastRoutingTable
PacmanAlreadyExistsException
PlacementTuple
ReverseIPtagResource
AbstractSDRAM
BaseKeyAndMask
RoutingTableEntry
RoutingInfo
RoutingTree
RoutingTableEntry
PlacementTuple
ChipAndCore

RTEntry
SDRAMMachineEdge
ValidationError
PacmanAlreadyExistsException

# Python packages
pacman
jsonschema
pacman

# Others' types
FileIO
Expand All @@ -55,13 +57,14 @@ FileIO
maxsize

# Our special words
reorderable
mergable
sdram
precompressor
precompressed
precompression
Navaridas
precompressor
quicksort
obj
reorderable
sdram
subobj
vartype
xy

0 comments on commit 261d001

Please sign in to comment.