5.3.1.25.1.1. cli.pre_commit_scripts.check_cpp_style_comment.check_file
- cli.pre_commit_scripts.check_cpp_style_comment.check_file(files: list[Path]) int
Check a list of files for C++-style comments (//).
- Parameters:
files – List of file paths to check.
- Returns:
Number of lines containing C++-style comments across all files.