From 47e3ea87ce61e92bb55d09f984fdf660bb8c630c Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 31 Oct 2024 14:19:34 +0000 Subject: [PATCH] check-style: Remove minimum clang-format version from documentation Instead, point to the list of supported versions --- utils/check-style-clang-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check-style-clang-format.py b/utils/check-style-clang-format.py index 40ca886f4..c1af85f52 100755 --- a/utils/check-style-clang-format.py +++ b/utils/check-style-clang-format.py @@ -20,7 +20,7 @@ the ".clang-format" file. This script performs the following checks / fixes: This script can be applied to all text files in a given path or to individual files. -NOTE: The formatting check requires clang-format (version >= 14) to be found on the path. +NOTE: The formatting check requires clang-format to be found on the path (see the supported versions below). The remaining checks do not depend on clang-format and can be executed by disabling clang-format checking with the "--no-formatting" option. """