mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00: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
|
@ -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