mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +00:00
[ty] CLI reference (#17978)
This commit is contained in:
parent
6cd8a49638
commit
c1b875799b
21 changed files with 905 additions and 416 deletions
|
@ -1,5 +1,4 @@
|
|||
//! Generate Markdown documentation for applicable rules.
|
||||
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
use std::collections::HashSet;
|
||||
use std::fmt::Write as _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue