From b8a3a646919b871620aeedffe48b97ac4fe4b0df Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 2 Dec 2015 19:11:08 +0100 Subject: Tidy ports/cef/Cargo.lock Despite the rest of ports/cef/ being ignored. --- python/tidy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tidy.py') diff --git a/python/tidy.py b/python/tidy.py index 034fb91d93e..659cf01b6d0 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -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: -- cgit v1.2.3