ruff/crates/ruff/tests
Charlie Marsh 940df67823
Omit code frames for fixes with empty ranges (#12304)
## Summary

Closes https://github.com/astral-sh/ruff/issues/12291.

## Test Plan

```shell
❯ cargo run check ../uv/foo --select INP
/Users/crmarsh/workspace/uv/foo/bar/baz.py:1:1: INP001 File `/Users/crmarsh/workspace/uv/foo/bar/baz.py` is part of an implicit namespace package. Add an `__init__.py`.
Found 1 error.
```
2024-07-12 15:21:28 +00:00
..
snapshots Remove output format `text` and use format `full` by default (#12010) 2024-06-27 13:44:11 +02:00
config.rs Add `--output-format` to `ruff config` CLI (#11438) 2024-05-15 22:17:33 -04:00
deprecation.rs Remove output format `text` and use format `full` by default (#12010) 2024-06-27 13:44:11 +02:00
format.rs Error when using the `tab-size` option (#12006) 2024-06-27 13:44:11 +02:00
integration_test.rs Omit code frames for fixes with empty ranges (#12304) 2024-07-12 15:21:28 +00:00
lint.rs Make `requires-python` inference robust to `==` (#12091) 2024-06-28 09:38:17 -04:00
resolve_files.rs Deduplicate deprecation warnings for v0.2.0 release (#9764) 2024-02-01 17:10:24 -06:00
show_settings.rs Make show-settings filters directory-agnostic (#9866) 2024-02-07 03:20:27 +00:00
version.rs Make `--config` and `--isolated` global flags (#10150) 2024-03-04 11:19:40 +00:00