mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
Add note about prioritizing naming convention over preservation (#3157)
This commit is contained in:
parent
5fd827545b
commit
e66739884f
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ This implies that rule names:
|
|||
* should not contain instructions on what you what you should use instead
|
||||
(these belong in the rule documentation and the `autofix_title` for rules that have autofix)
|
||||
|
||||
When re-implementing rules from other linters, this convention is given more importance than
|
||||
preserving the original rule name.
|
||||
|
||||
### Example: Adding a new configuration option
|
||||
|
||||
Ruff's user-facing settings live in a few different places.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue