From d684c3e81e61f5ce93be534e8136110398e7367f Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Fri, 23 Jun 2023 05:41:23 +0100 Subject: [PATCH] Switch to kind file Spelllintian problem matcher --- .github/problem-matcher-lint-spellintian.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/problem-matcher-lint-spellintian.json b/.github/problem-matcher-lint-spellintian.json index d53fdd5294..192e25409b 100644 --- a/.github/problem-matcher-lint-spellintian.json +++ b/.github/problem-matcher-lint-spellintian.json @@ -7,7 +7,8 @@ { "regexp": "^([^:]+):(\\s+)(.+)$", "file": 1, - "message": 3 + "message": 3, + "kind": "file" } ] }