Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 17, 2024
1 parent fc96d44 commit 8c8ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml_test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var failureTestNames = []string{
"double-quoted-scalar-with-escaped-single-quote",
"duplicate-yaml-directive",
"escaped-slash-in-double-quotes",
"explicit-key-and-value-seperated-by-comment",
"explicit-key-and-value-seperated-by-comment", //nolint: misspell
"extra-words-on-yaml-directive",
"empty-implicit-key-in-single-pair-flow-sequences",
"empty-keys-in-block-and-flow-mapping",
Expand Down

0 comments on commit 8c8ef18

Please sign in to comment.