Add to examples/generate_rules_table.rs

This commit is contained in:
Charlie Marsh 2022-09-04 11:54:36 -04:00
parent 1009e8b4ea
commit feb9069ac0
1 changed files with 1 additions and 0 deletions

View File

@ -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,