diff --git a/.github/problem-matcher-lint-spellintian.json b/.github/problem-matcher-lint-spellintian.json index d53fdd529..192e25409 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" } ] }