2.1.23. cli.pre_commit_scripts

Various scripts that are run through the pre-commit framework.

Modules

check_cpp_style_comment

Check source files for the presence of C++-style comments (//).

check_doxygen

Check file-level Doxygen comments in C source files for correct formatting.

check_encoding

Check the text encoding of specified files.

check_file_names

Check a list of provided files for filename uniqueness within the git repository.

check_for_tabs

Check whether the provided files contain tab characters.

check_include_guard

Check the include guard pattern in C header files.

check_license_info

Check the license information header in the provided files.

check_sections

Check for correct section markers in provided C source and header files.