fixes rust-lang/rust-clippy#14869 Added a simple check if both chars are of length 3 If they are, we skip the check for that pair. This won't handle the 4 v 3 case. Not sure if this was the intent of the issue. Also saw we have some hardcoded exemptions for `set, get` and `lhs, rhs` Tried removing them thinking they would be handled by the new condition. But we have to keep because they allow for `bla_lhs` v `bla_rhs` to be skipped changelog:[`similar_names`]: Stop triggering for 3-character names |
||
|---|---|---|
| .. | ||
| test_utils | ||
| ui | ||
| ui-cargo | ||
| ui-internal | ||
| ui-toml | ||
| workspace_test | ||
| check-fmt.rs | ||
| clippy.toml | ||
| compile-test.rs | ||
| config-metadata.rs | ||
| dogfood.rs | ||
| integration.rs | ||
| lint_message_convention.rs | ||
| missing-test-files.rs | ||
| symbols-used.rs | ||
| versioncheck.rs | ||
| workspace.rs | ||