We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e71d77 + 9db4c68 commit 7b27197Copy full SHA for 7b27197
.github/workflows/scripts/check-license-header.sh
@@ -66,6 +66,7 @@ while IFS= read -r file_path; do
66
bazelrc) comment_marker='##' ;;
67
bzl) comment_marker='##' ;;
68
c) comment_marker='//' ;;
69
+ cpp) comment_marker='//' ;;
70
cmake) comment_marker='##' ;;
71
code-workspace) continue ;; # VS Code workspaces are JSON and shouldn't contain comments
72
CODEOWNERS) continue ;; # Doesn't need a license header
0 commit comments