Skip to content

Commit

Permalink
lint: disable spellcheck on sparkplug proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ferm10n committed Jan 18, 2024
1 parent 386fd10 commit adae442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/Model/sparkplugb_proto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// cspell:disable

export const protobufStr = `
syntax = "proto2";
Expand Down Expand Up @@ -197,3 +199,4 @@ message Payload {
extensions 6 to max; // For third party extensions
}
`
// cspell:enable

0 comments on commit adae442

Please sign in to comment.