ruff/crates/ruff_cli
Ran Benita 33c31cda27
Add noqa_row to diagnostics JSON format (#3228)
In ruff-lsp (https://github.com/charliermarsh/ruff-lsp/pull/76) we want to add a "Disable \<rule\> for this line" quickfix. However, finding the correct line into which the `noqa` comment should be inserted is non-trivial (multi-line strings for example).

Ruff already has this info, so expose it in the JSON output for use by ruff-lsp.
2023-02-25 18:13:16 -05:00
..
src Add noqa_row to diagnostics JSON format (#3228) 2023-02-25 18:13:16 -05:00
tests Add noqa_row to diagnostics JSON format (#3228) 2023-02-25 18:13:16 -05:00
Cargo.toml Bump version to 0.0.252 (#3142) 2023-02-22 14:50:14 -05:00