mirror of https://github.com/astral-sh/ruff
## 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. |
||
|---|---|---|
| .. | ||
| cache_key.rs | ||
| config.rs | ||
| derive_message_formats.rs | ||
| lib.rs | ||
| map_codes.rs | ||
| register_rules.rs | ||
| rule_code_prefix.rs | ||
| rule_namespace.rs | ||
| violation.rs | ||