Skip to content

Commit adae442

Browse files
committed
lint: disable spellcheck on sparkplug proto
1 parent 386fd10 commit adae442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/src/Model/sparkplugb_proto.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// cspell:disable
2+
13
export const protobufStr = `
24
syntax = "proto2";
35
@@ -197,3 +199,4 @@ message Payload {
197199
extensions 6 to max; // For third party extensions
198200
}
199201
`
202+
// cspell:enable

0 commit comments

Comments
 (0)