5.3.1.25. 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. |
|
Validate that files can be decoded with an extension-based text encoding. |
|
Check a list of provided files for filename uniqueness within the git repository. |
|
Detect tab characters in files provided by pre-commit. |
|
Check the include guard pattern in C header files. |
|
Validate license headers in source and script files. |
|
Validate section markers in C source and header files. |
|
Test file presence and style checking for Python and C source files. |