Tidy ports/cef/Cargo.lock

Despite the rest of ports/cef/ being ignored.
This commit is contained in:
Simon Sapin 2015-12-02 19:11:08 +01:00
parent aa1eba4f5a
commit b8a3a64691
2 changed files with 3 additions and 9 deletions

View file

@ -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: