ruff/crates/ruff_linter/src
2023-10-24 12:38:42 -05:00
..
checkers New pycodestyle.max-line-length option (#8039) 2023-10-24 17:14:05 +09:00
comments Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
cst Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
docstrings Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
fix Rename tab-size to indent-width (#8082) 2023-10-24 10:01:24 -04:00
importer Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
lex Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
message Rename tab-size to indent-width (#8082) 2023-10-24 10:01:24 -04:00
registry [refurb] Implement implicit-cwd (FURB177) (#7704) 2023-09-29 02:18:59 +00:00
rules Add external option to unused-noqa documentation (#8171) 2023-10-24 12:38:42 -05:00
settings Rename tab-size to indent-width (#8082) 2023-10-24 10:01:24 -04:00
snapshots Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
codes.rs [pylint] - implement non-ascii-name (C2401) (#8038) 2023-10-20 18:53:51 +00:00
directives.rs Add support for PEP 701 (#7376) 2023-09-29 02:55:39 +00:00
doc_lines.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
fs.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
lib.rs Rename Autofix to Fix (#7657) 2023-09-28 10:53:05 +00:00
line_width.rs Rename tab-size to indent-width (#8082) 2023-10-24 10:01:24 -04:00
linter.rs Remove per-diagnostic check for fixability (#7919) 2023-10-11 16:09:47 +00:00
logging.rs Use OneIndexed in NotebookIndex (#7921) 2023-10-13 06:23:49 +05:30
noqa.rs add instructions on line-level suppression to file-level suppression warning (#8052) 2023-10-18 18:46:59 -04:00
packaging.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
pyproject_toml.rs Introduce LinterSettings 2023-09-20 17:02:34 +02:00
registry.rs Require documentation for all lint rules (#7751) 2023-10-02 01:49:07 +00:00
renamer.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
rule_redirects.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
rule_selector.rs Add explicit-preview-rules to toggle explicit selection of preview rules (#7390) 2023-09-28 15:00:33 -05:00
source_kind.rs Fix diff (old and new were reversed) (#7855) 2023-10-09 12:58:13 +05:30
test.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
upstream_categories.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00