ruff/crates/ruff_linter/src
2024-05-07 10:07:56 +00:00
..
checkers [flake8-pyi] Implement PYI059 (generic-not-last-base-class) (#11233) 2024-05-07 10:07:56 +00:00
comments Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
cst Wrap expressions in parentheses when negating (#10346) 2024-03-11 18:20:55 -04:00
docstrings [pydocstyle-D405] Allow using parameters as a sub-section header (#9894) 2024-02-08 21:54:32 -05:00
fix F401 - Distinguish between imports we wish to remove and those we wish to make explicit-exports (#11168) 2024-05-02 16:10:32 -07:00
importer Make ImportFrom level just a u32 (#11170) 2024-04-26 20:38:35 -06:00
message Feature: Add SARIF output support (#9078) 2023-12-13 00:33:19 -05:00
registry Avoid parsing the root configuration twice (#10625) 2024-05-01 09:28:30 +00:00
rules [flake8-pyi] Implement PYI059 (generic-not-last-base-class) (#11233) 2024-05-07 10:07:56 +00:00
settings perf: RuleTable::any_enabled (#10971) 2024-04-16 12:20:27 +00:00
snapshots [ruff] Implement redirected-noqa (RUF101) (#11052) 2024-04-27 02:08:11 +00:00
codes.rs [flake8-pyi] Implement PYI059 (generic-not-last-base-class) (#11233) 2024-05-07 10:07:56 +00:00
directives.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
doc_lines.rs Split Constant to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
fs.rs Struct not tuple for compiled per-file ignores (#10864) 2024-04-11 13:47:57 -06:00
lib.rs Move Q003 to AST checker (#10923) 2024-04-14 23:44:12 +05:30
line_width.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
linter.rs Remove ImportMap (#11234) 2024-05-02 11:26:02 -07:00
logging.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
noqa.rs [ruff] Detect duplicate codes as part of unused-noqa (RUF100) (#10850) 2024-04-27 12:33:44 +00:00
packaging.rs Nested namespace packages support (#10541) 2024-03-24 22:53:32 -04:00
pyproject_toml.rs Update pyproject-toml to 0.8 (#8351) 2023-10-30 10:05:37 +00:00
registry.rs [ruff] Implement redirected-noqa (RUF101) (#11052) 2024-04-27 02:08:11 +00:00
renamer.rs Avoid debug assertion around NFKC renames (#11249) 2024-05-02 10:59:39 -07:00
rule_redirects.rs linter: Enable test-rules for test build (#11201) 2024-04-30 08:06:47 +02:00
rule_selector.rs linter: Enable test-rules for test build (#11201) 2024-04-30 08:06:47 +02:00
source_kind.rs CLI: Color entire line in Diffs (#10183) 2024-03-01 13:53:45 +01:00
test.rs Remove ImportMap (#11234) 2024-05-02 11:26:02 -07:00
upstream_categories.rs Fix pylint upstream categories not showing in docs (#10441) 2024-03-18 01:27:39 +00:00