From 1d513966bdf7d16d38af8a467606e4f697d0a5d5 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 23 Feb 2026 04:54:50 -0500 Subject: [PATCH] Remove unneeded haml-lint problem matcher (#37930) --- .../workflows/haml-lint-problem-matcher.json | 17 ----------------- .github/workflows/lint-haml.yml | 1 - 2 files changed, 18 deletions(-) delete mode 100644 .github/workflows/haml-lint-problem-matcher.json diff --git a/.github/workflows/haml-lint-problem-matcher.json b/.github/workflows/haml-lint-problem-matcher.json deleted file mode 100644 index 3523ea29515..00000000000 --- a/.github/workflows/haml-lint-problem-matcher.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "haml-lint", - "severity": "warning", - "pattern": [ - { - "regexp": "^(.*):(\\d+)\\s\\[W]\\s(.*):\\s(.*)$", - "file": 1, - "line": 2, - "code": 3, - "message": 4 - } - ] - } - ] -} diff --git a/.github/workflows/lint-haml.yml b/.github/workflows/lint-haml.yml index 637c211700e..46cf1c25c10 100644 --- a/.github/workflows/lint-haml.yml +++ b/.github/workflows/lint-haml.yml @@ -42,5 +42,4 @@ jobs: - name: Run haml-lint run: | - echo "::add-matcher::.github/workflows/haml-lint-problem-matcher.json" bin/haml-lint --reporter github