mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Tidy ports/cef/Cargo.lock
Despite the rest of ports/cef/ being ignored.
This commit is contained in:
parent
aa1eba4f5a
commit
b8a3a64691
2 changed files with 3 additions and 9 deletions
10
ports/cef/Cargo.lock
generated
10
ports/cef/Cargo.lock
generated
|
@ -304,14 +304,6 @@ dependencies = [
|
|||
"url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "core-foundation"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "core-foundation"
|
||||
version = "0.2.0"
|
||||
|
@ -1626,7 +1618,7 @@ dependencies = [
|
|||
"android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -48,6 +48,8 @@ ignored_files = [
|
|||
|
||||
|
||||
def should_check(file_name):
|
||||
if os.path.basename(file_name) == "Cargo.lock":
|
||||
return True
|
||||
if ".#" in file_name:
|
||||
return False
|
||||
if os.path.splitext(file_name)[1] not in filetypes_to_check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue