check-style: Remove minimum clang-format version from documentation

Instead, point to the list of supported versions
This commit is contained in:
Eduardo Almeida
2024-10-31 14:19:34 +00:00
parent ca82a775b9
commit 47e3ea87ce

View File

@@ -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.
"""