Skip to content

Commit bca7d6e

Browse files
authored
Merge pull request #7717 from jepler/warn-too-new-uncrustify
uncrustify 0.75 is not OK
2 parents 7163ab3 + e95099f commit bca7d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Pre-commit also requires some additional programs to be installed through your p
109109

110110
* Standard Unix tools such as make, find, etc
111111
* The gettext package, any modern version
112-
* uncrustify version 0.71 (0.72 is also tested)
112+
* uncrustify version 0.71 (0.72 is also tested and OK; 0.75 is not OK)
113113

114114
Each time you create a git commit, the pre-commit quality checks will be run. You can also run them e.g., with `pre-commit run foo.c` or `pre-commit run --all` to run on all files whether modified or not.
115115

0 commit comments

Comments
 (0)