mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 23:25:14 +00:00
Rename Autofix
to Fix
(#7657)
**Summary** Mostly mechanical symbol rename and search-and-replace, with small changes to the markdown docs to read better
This commit is contained in:
parent
8028de8956
commit
1e173f7909
231 changed files with 943 additions and 960 deletions
|
@ -61,7 +61,7 @@ export default function SourceEditor({
|
|||
? check.fix.message
|
||||
? `${check.code}: ${check.fix.message}`
|
||||
: `Fix ${check.code}`
|
||||
: "Autofix",
|
||||
: "Fix",
|
||||
id: `fix-${check.code}`,
|
||||
kind: "quickfix",
|
||||
edit: check.fix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue