Skip to content

Commit 7a92b3e

Browse files
committed
Ignore a codespell false positive due to line wrapping
(cherry picked from commit 0556472)
1 parent 05c1733 commit 7a92b3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.codespellignorelines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ function ok(a,b){for(var c=a.wa[b].data.items,d=c.length,g=N(a.wa[b].id),h="",i=
185185
import java.nio.ByteOrder;
186186
byte[] header = ByteBuffer.allocate(4).order(ByteOrder.nativeOrder()).putInt(headerContent).array();
187187
int headerValue = ByteBuffer.wrap(header).order(ByteOrder.nativeOrder()).getInt();
188+
# This is a very bodgy workaround to the fact that the pip install of the archive doesn't seem to work properly now on Travis
189+
"uest\032\036.ola.rpc.STREAMING_NO_RESPONSEB\006\200\001"

0 commit comments

Comments
 (0)