ruff/crates/ruff_dev/src
Charlie Marsh 024caca233
Introduce a `ruff_diagnostics` crate (#3409)
## Summary

This PR moves `Diagnostic`, `DiagnosticKind`, and `Fix` into their own crate, which will enable us to further split up Ruff, since sub-linter crates (which need to implement functions that return `Diagnostic`) can now depend on `ruff_diagnostics` rather than Ruff.
2023-03-09 20:48:57 +00:00
..
generate_all.rs Make `ruff_cli` binary a small wrapper around `lib` (#3398) 2023-03-08 12:11:55 +01:00
generate_cli_help.rs Make `ruff_cli` binary a small wrapper around `lib` (#3398) 2023-03-08 12:11:55 +01:00
generate_docs.rs Introduce a `ruff_diagnostics` crate (#3409) 2023-03-09 20:48:57 +00:00
generate_json_schema.rs Make `ruff_cli` binary a small wrapper around `lib` (#3398) 2023-03-08 12:11:55 +01:00
generate_options.rs clean up to fix nightly clippy warnings and dedents (#3057) 2023-02-20 09:33:47 -05:00
generate_rules_table.rs fix(docs): broken links inside Configuration.md (#3205) 2023-02-24 18:55:33 +00:00
main.rs Move configuration out of README and into permanent docs (#3150) 2023-02-22 19:25:53 -05:00
print_ast.rs Upgrade RustPython to match new flattened exports (#3141) 2023-02-22 19:36:13 +00:00
print_cst.rs refactor: Introduce crates folder (#2088) 2023-02-05 16:47:48 -05:00
print_tokens.rs Extend `RET503` autofixes to "end of statement", including comments (#3324) 2023-03-03 19:15:55 +00:00
round_trip.rs Create a `rust_python_ast` crate (#3370) 2023-03-07 15:18:40 +00:00