From e66739884fb4bf41d63a27cbafcec7006335138f Mon Sep 17 00:00:00 2001 From: Matthew Lloyd Date: Wed, 22 Feb 2023 21:32:46 -0500 Subject: [PATCH] Add note about prioritizing naming convention over preservation (#3157) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) 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.