Skip to content

Commit

Permalink
ignore spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 18, 2023
1 parent 9240ca3 commit 7283152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pylint_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ Spalloc
bmpc
ybug
txrx
url
xy
xys

# Our special words
keepalive

# Python packages
spinnman
websocket

# Python types
Expand All @@ -45,8 +48,10 @@ DiagnosticFilterSource
ExecutableType
HeapElement
IOBuffer
PreparedRequest
RawIOBase
SCAMPConnection
SpallocMachine
SpinnakerBootMessage
SystemVariableDefinition
WebSocket
1 change: 1 addition & 0 deletions spinnman/utilities/socket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_tcp_socket():
f"Error setting up socket: {e}") from e


# pylint: disable=wrong-spelling-in-docstring
def set_receive_buffer_size(sock, size):
"""
Wrapper round setsockopt() system call.
Expand Down

0 comments on commit 7283152

Please sign in to comment.