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, 17 insertions, 0 deletions
diff --git a/.github/workflows/haml-lint-problem-matcher.json b/.github/workflows/haml-lint-problem-matcher.json
new file mode 100644
index 000000000..3523ea295
--- /dev/null
+++ b/.github/workflows/haml-lint-problem-matcher.json
@@ -0,0 +1,17 @@
+{
+  "problemMatcher": [
+    {
+      "owner": "haml-lint",
+      "severity": "warning",
+      "pattern": [
+        {
+          "regexp": "^(.*):(\\d+)\\s\\[W]\\s(.*):\\s(.*)$",
+          "file": 1,
+          "line": 2,
+          "code": 3,
+          "message": 4
+        }
+      ]
+    }
+  ]
+}