mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
mach: fix test-tidy to not skip Cargo.lock
(#32540)
PR #32465 broke the lint because it initializes FileList with a file name (./Cargo.lock). This causes it to always return an empty list when the `only_changed_files` parameter is `False` since `os.walk` requires a directory and not a file. Fixes #32530. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
57b64d8123
commit
42b09d483f
2 changed files with 15 additions and 9 deletions
|
@ -21,6 +21,7 @@ rand = [
|
|||
# Ignored packages with duplicated versions
|
||||
packages = [
|
||||
"bitflags",
|
||||
"cfg_aliases",
|
||||
"cookie",
|
||||
"futures",
|
||||
"libloading",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue