Add problem matchers (#26)

Closes: #12
This commit is contained in:
Kevin Stillhammer
2024-12-08 12:17:50 +01:00
committed by GitHub
parent c9185454fa
commit 35619fdbcc
4 changed files with 49 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"problemMatcher": [
{
"owner": "ruff-format",
"pattern": [
{
"regexp": "^(Would reformat):\\s*(.+)$",
"message": 1,
"file": 2
}
]
}
]
}