mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
Use H3 for rules sections
This commit is contained in:
@@ -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 |");
|
||||
|
||||
Reference in New Issue
Block a user