about summary refs log tree commit diff
path: root/.github/workflows/haml-lint-problem-matcher.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/haml-lint-problem-matcher.json')
-rw-r--r--.github/workflows/haml-lint-problem-matcher.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/haml-lint-problem-matcher.json b/.github/workflows/haml-lint-problem-matcher.json
deleted file mode 100644
index 3523ea295..000000000
--- 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
-        }
-      ]
-    }
-  ]
-}