ruff/crates/ruff_linter/src
2023-10-22 10:03:36 -04:00
..
checkers Make SIM401 catch ternary operations (#7415) 2023-10-20 20:47:00 +00: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 Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00: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 Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
registry [refurb] Implement implicit-cwd (FURB177) (#7704) 2023-09-29 02:18:59 +00:00
rules Refactor get_mark_decorators to return a marker name (#8116) 2023-10-22 10:03:36 -04:00
settings Add [format|lint].exclude options (#8000) 2023-10-18 01:15:25 +00: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 Respect tab-size setting in formatter (#8006) 2023-10-19 00:48:14 +01: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