Files
ruff/.github/matchers/format.json
T
2025-08-12 19:53:24 +00:00

15 lines
214 B
JSON

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