Use H3 for rules sections

This commit is contained in:
Charlie Marsh
2022-10-15 16:33:26 -04:00
parent e3ecf21287
commit 10868445f5
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ use ruff::checks::{CheckCategory, CheckCode};
fn main() {
for check_category in CheckCategory::iter() {
println!("## {}", check_category.title());
println!("### {}", check_category.title());
println!();
println!("| Code | Name | Message |");