2.1.23. cli.pre_commit_scripts
Various scripts that are run through the pre-commit framework.
Modules
Check source files for the presence of C++-style comments (//). |
|
Check file-level Doxygen comments in C source files for correct formatting. |
|
Check the text encoding of specified files. |
|
Check a list of provided files for filename uniqueness within the git repository. |
|
Check whether the provided files contain tab characters. |
|
Check the include guard pattern in C header files. |
|
Check the license information header in the provided files. |
|
Check for correct section markers in provided C source and header files. |