Skip to content

Commit

Permalink
fix comment format for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Dec 7, 2024
1 parent 26733e1 commit fd17340
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 @@ -29,7 +29,7 @@ var failureTestNames = []string{
"double-quoted-scalar-with-escaped-single-quote",
"duplicate-yaml-directive", // pass yamlv3.
"escaped-slash-in-double-quotes",
"explicit-key-and-value-seperated-by-comment", //nolint: misspell, pass yamlv3.
"explicit-key-and-value-seperated-by-comment", //nolint: misspell // pass yamlv2
"extra-words-on-yaml-directive", // pass yamlv3.
"empty-implicit-key-in-single-pair-flow-sequences", // no json.
"empty-keys-in-block-and-flow-mapping", // no json.
Expand Down

0 comments on commit fd17340

Please sign in to comment.