mirror of https://github.com/mtshiba/pylyzer
alphabetical order
This commit is contained in:
parent
f2e4da85ac
commit
03379c6eca
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue