mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 06:34:07 -05:00
Add a "fix message" to every autofix-able check (#1489)
This commit is contained in:
@@ -63,6 +63,7 @@ fn test_stdin_json() -> Result<()> {
|
||||
"message": "`os` imported but unused",
|
||||
"fix": {
|
||||
"content": "",
|
||||
"message": "Remove unused import: `os`",
|
||||
"location": {
|
||||
"row": 1,
|
||||
"column": 0
|
||||
|
||||
Reference in New Issue
Block a user