ruff/crates/ruff_dev/src
Ibraheem Ahmed b3cc733f06
Some checks are pending
CI / mkdocs (push) Waiting to run
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks-instrumented (push) Blocked by required conditions
CI / benchmarks-walltime (push) Blocked by required conditions
[ty Playground] Release / publish (push) Waiting to run
[ty] Remove duplicate global lint registry (#20053)
## Summary

Looks like an oversight at some point that led to two identical globals,
the one in `ty_project` just calls `ty_python_semantic::register_lints`.
2025-08-22 19:43:12 -04:00
..
format_dev.rs Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
generate_all.rs Auto-generate environment variable references for ty (#19205) 2025-07-08 10:48:31 -04:00
generate_cli_help.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_docs.rs Remove Message::to_rule (#18447) 2025-06-05 12:48:29 -04:00
generate_json_schema.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_options.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_rules_table.rs Remove Message::to_rule (#18447) 2025-06-05 12:48:29 -04:00
generate_ty_cli_reference.rs [ty] Add warning that docs are autogenerated (#18270) 2025-05-23 09:58:16 +00:00
generate_ty_env_vars_reference.rs Auto-generate environment variable references for ty (#19205) 2025-07-08 10:48:31 -04:00
generate_ty_options.rs Fix header levels in generated settings reference (#19089) 2025-07-02 16:01:23 +02:00
generate_ty_rules.rs [ty] Remove duplicate global lint registry (#20053) 2025-08-22 19:43:12 -04:00
generate_ty_schema.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
main.rs Auto-generate environment variable references for ty (#19205) 2025-07-08 10:48:31 -04:00
print_ast.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
print_cst.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
print_tokens.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00
round_trip.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00