We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795d4da commit a0ec248Copy full SHA for a0ec248
messageformat/error.go
@@ -53,7 +53,7 @@ const (
53
// InvalidTag means the tag is malformed (e.g. `<bold!>foo</bold!>`)
54
InvalidTag
55
// NOTE: buffer to keep numbering consistent
56
- __ID24
+ __ID24 //nolint:unused
57
// InvalidTagName means the tag name is invalid (e.g. `<123>foo</123>`)
58
InvalidTagName
59
// UnmatchedClosingTag means the closing tag does not match the opening tag
0 commit comments