diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 172e5ba051..24ac3cded7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.