mirror of https://github.com/astral-sh/ruff
Add to examples/generate_rules_table.rs
This commit is contained in:
parent
1009e8b4ea
commit
feb9069ac0
|
|
@ -4,6 +4,7 @@ use ruff::checks::CheckKind;
|
|||
fn main() {
|
||||
let mut check_kinds: Vec<CheckKind> = vec![
|
||||
CheckKind::AssertTuple,
|
||||
CheckKind::DefaultExceptNotLast,
|
||||
CheckKind::DuplicateArgumentName,
|
||||
CheckKind::FStringMissingPlaceholders,
|
||||
CheckKind::IfTuple,
|
||||
|
|
|
|||
Loading…
Reference in New Issue