ruff/crates/ruff_linter/src
Charlie Marsh 08b548626a
Avoid suggesting starmap when arguments are used outside call (#11830)
## Summary

Closes https://github.com/astral-sh/ruff/issues/11810.
2024-06-10 17:10:06 -04:00
..
checkers Build `CommentRanges` outside the parser (#11792) 2024-06-09 09:55:17 +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 Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
importer Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
message Handle non-printable characters in diff view (#11687) 2024-06-08 06:22:03 +00:00
registry Avoid parsing the root configuration twice (#10625) 2024-05-01 09:28:30 +00:00
rules Avoid suggesting starmap when arguments are used outside call (#11830) 2024-06-10 17:10:06 -04:00
settings Remove `result_like` dependency (#11793) 2024-06-07 11:53:22 +05:30
snapshots [`ruff`] Implement `redirected-noqa` (`RUF101`) (#11052) 2024-04-27 02:08:11 +00:00
codes.rs [`refurb`] Implement `repeated-global` (`FURB154`) (#11187) 2024-06-08 20:35:40 +00:00
directives.rs Build `CommentRanges` outside the parser (#11792) 2024-06-09 09:55:17 +00:00
doc_lines.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
fs.rs Struct not tuple for compiled per-file ignores (#10864) 2024-04-11 13:47:57 -06:00
lib.rs Handle non-printable characters in diff view (#11687) 2024-06-08 06:22:03 +00:00
line_width.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
linter.rs Build `CommentRanges` outside the parser (#11792) 2024-06-09 09:55:17 +00:00
logging.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
noqa.rs Respect per-file ignores for blanket and redirected noqa rules (#11728) 2024-06-04 03:57:59 +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 Move `W605` to the AST checker (#11402) 2024-05-13 16:13:06 +00:00
renamer.rs Propagate reads on global variables (#11584) 2024-05-28 14:47:05 -04: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 Handle non-printable characters in diff view (#11687) 2024-06-08 06:22:03 +00:00
test.rs Build `CommentRanges` outside the parser (#11792) 2024-06-09 09:55:17 +00:00
text_helpers.rs Handle non-printable characters in diff view (#11687) 2024-06-08 06:22:03 +00:00
upstream_categories.rs Fix pylint upstream categories not showing in docs (#10441) 2024-03-18 01:27:39 +00:00