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
|
||||
break;
|
||||
}
|
||||
"--verbose" | "--code" | "-c" | "--disable" => {
|
||||
"--code" | "-c" | "--disable" | "--verbose" => {
|
||||
// Skip options
|
||||
let _ = &args.next();
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue