ruff/crates/ruff_linter/src/checkers
Dhruv Manilawala f9a828f493
Move Q003 to AST checker (#10923)
## Summary

This PR moves the `Q003` rule to AST checker.

This is the final rule that used the docstring detection state machine
and thus this PR removes it as well.

resolves: #7595 
resolves: #7808 

## Test Plan

- [x] `cargo test`
- [x] Make sure there are no changes in the ecosystem
2024-04-14 23:44:12 +05:30
..
ast Move Q003 to AST checker (#10923) 2024-04-14 23:44:12 +05:30
filesystem.rs Avoid missing namespace violations in scripts with shebangs (#8710) 2023-11-16 17:21:33 -05:00
imports.rs Update Rust to v1.77 (#10510) 2024-03-21 12:10:33 -04:00
logical_lines.rs [pycodestyle] Implement redundant-backslash (E502) (#10292) 2024-03-11 21:15:06 -04:00
mod.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
noqa.rs Respect per-file-ignores for RUF100 on blanket # noqa (#10908) 2024-04-12 13:45:29 +00:00
physical_lines.rs [pylint] Implement empty-comment (PLR2044) (#9174) 2023-12-29 02:53:56 +00:00
tokens.rs Move Q003 to AST checker (#10923) 2024-04-14 23:44:12 +05:30