ruff/crates/ruff_cli
Martin Fischer 70e378b736 Implement shell autocompletion for rule codes
For example:

    $ ruff check --select=EM<Tab>
    EM          -- flake8-errmsg
    EM10   EM1  --
    EM101       -- raw-string-in-exception
    EM102       -- f-string-in-exception
    EM103       -- dot-format-in-exception

(You will need to enable autocompletion as described
 in the Autocompletion section in the README.)

Fixes #2808.

(The --help help change in the README is due to a clap bug,
 for which I already submitted a fix:
 https://github.com/clap-rs/clap/pull/4710.)
2023-02-15 08:09:34 -05:00
..
src Implement shell autocompletion for rule codes 2023-02-15 08:09:34 -05:00
tests feat(cli): let --statistics show fixable codes (#2659) 2023-02-09 19:36:31 -05:00
Cargo.toml Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00