alphabetical order

This commit is contained in:
Loïc Riegel 2025-02-22 18:01:20 +01:00
parent f2e4da85ac
commit 03379c6eca
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ pub(crate) fn files_to_be_checked() -> Vec<Result<PathBuf, String>> {
// Discard runtime args // Discard runtime args
break; break;
} }
"--verbose" | "--code" | "-c" | "--disable" => { "--code" | "-c" | "--disable" | "--verbose" => {
// Skip options // Skip options
let _ = &args.next(); let _ = &args.next();
continue; continue;