Remove unneeded haml-lint problem matcher (#37930)

pull/37950/head
Matt Jankowski 21 hours ago committed by GitHub
parent 6bd4d79802
commit 1d513966bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
}
]
}
]
}

@ -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

Loading…
Cancel
Save