Commits
Click on a commit to change the comparison rangerefactor(linter/import-extensions): simplify comments and remove development phase references
Condensed verbose comments throughout the import/extensions rule to improve
readability and maintainability. Removed references to development phases
and implementation details, focusing on what the code does rather than
how it was developed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> refactor(linter/import-extensions): remove unnecessary raw string hashes
Remove unnecessary `#` delimiters from raw string literals in test cases
to fix clippy::needless_raw_string_hashes warnings. Changed `r#"..."#` to
`r"..."` for 13 test string literals that don't require hash delimiters.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>