From facde1d4320fc62ce5d182d04656a69e1dfba40a Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sun, 9 Oct 2022 16:30:02 +0000 Subject: [PATCH] utils: Find latest clang-format versions first in check-style-clang-format.py --- utils/check-style-clang-format.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/check-style-clang-format.py b/utils/check-style-clang-format.py index 7e019f92a..f80260650 100755 --- a/utils/check-style-clang-format.py +++ b/utils/check-style-clang-format.py @@ -47,9 +47,9 @@ from typing import List, Tuple # PARAMETERS ########################################################### CLANG_FORMAT_VERSIONS = [ - 14, - 15, 16, + 15, + 14, ] DIRECTORIES_TO_SKIP = [