ruff/crates/ruff_cli/src
konsti e52b636da0
Log configuration in ruff_dev (#6193)
**Summary** This includes two changes:
 * Allow setting `-v` in `ruff_dev`, using the `ruff_cli` implementation
 * `debug!` which ruff configuration strategy was used

This is a byproduct of debugging #6187.

**Test Plan** n/a
2023-07-31 17:52:38 +00:00
..
bin Handle io errors gracefully (#5611) 2023-07-20 11:30:14 +02:00
commands Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00
args.rs Extend ruff_dev formatter script to compute statistics and format a project (#5492) 2023-07-07 11:30:12 +00:00
cache.rs Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00
diagnostics.rs Skip partial duplicates when applying multi-edit fixes (#6144) 2023-07-29 12:11:57 +00:00
lib.rs Add `ruff rule --all` subcommand (with JSON output) (#5059) 2023-07-04 19:45:38 +00:00
panic.rs Disallow `unreachable_pub` (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Use `Flags::intersects` rather than `Flags::contains` (#6007) 2023-07-23 02:59:31 +00:00
resolve.rs Log configuration in ruff_dev (#6193) 2023-07-31 17:52:38 +00:00