Skip to content

Commit 1af6aa2

Browse files
committed
ok it would be nice to know how to run it
1 parent 3963031 commit 1af6aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ Pre-commit also requires some additional programs to be installed through your p
102102
* The gettext package, any modern version
103103
* uncrustify version 0.71 (0.72 is also tested)
104104

105+
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.
106+
105107
Some pre-commit quality checks require your active attention to resolve, others (such as the formatting checks of uncrustify) are made automatically and must simply be incorporated into your code changes by committing them.

0 commit comments

Comments
 (0)