Skip to content

Commit a0ec248

Browse files
committed
ignore unused const
1 parent 795d4da commit a0ec248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messageformat/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
// InvalidTag means the tag is malformed (e.g. `<bold!>foo</bold!>`)
5454
InvalidTag
5555
// NOTE: buffer to keep numbering consistent
56-
__ID24
56+
__ID24 //nolint:unused
5757
// InvalidTagName means the tag name is invalid (e.g. `<123>foo</123>`)
5858
InvalidTagName
5959
// UnmatchedClosingTag means the closing tag does not match the opening tag

0 commit comments

Comments
 (0)