Files
ruff/.github/matchers/format.json
T
Kevin Stillhammer 35619fdbcc Add problem matchers (#26)
Closes: #12
2024-12-08 12:17:50 +01:00

15 lines
214 B
JSON

{
"problemMatcher": [
{
"owner": "ruff-format",
"pattern": [
{
"regexp": "^(Would reformat):\\s*(.+)$",
"message": 1,
"file": 2
}
]
}
]
}