From fd17340c95dfe0cde235083d829a7c6d9ec1d99e Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sat, 7 Dec 2024 13:17:05 +0900 Subject: [PATCH] fix comment format for linter --- yaml_test_suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml_test_suite_test.go b/yaml_test_suite_test.go index d505804..d1b1629 100644 --- a/yaml_test_suite_test.go +++ b/yaml_test_suite_test.go @@ -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.