Skip to content

Commit

Permalink
check-style: Remove minimum clang-format version from documentation
Browse files Browse the repository at this point in the history
Instead, point to the list of supported versions
  • Loading branch information
edalm committed Nov 1, 2024
1 parent ca82a77 commit 47e3ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check-style-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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.
"""
Expand Down

0 comments on commit 47e3ea8

Please sign in to comment.