mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
35619fdbcc
Closes: #12
15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "ruff-format",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(Would reformat):\\s*(.+)$",
|
|
"message": 1,
|
|
"file": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|