ruff/crates/ruff_cli
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
..
src Introduce a `ruff_diagnostics` crate (#3409) 2023-03-09 20:48:57 +00:00
tests Add `noqa_row` to diagnostics JSON format (#3228) 2023-02-25 18:13:16 -05:00
Cargo.toml Introduce a `ruff_diagnostics` crate (#3409) 2023-03-09 20:48:57 +00:00