Skip to content

Add Analytics Windows C header and script to generate stubs and function pointers. #4848

Add Analytics Windows C header and script to generate stubs and function pointers.

Add Analytics Windows C header and script to generate stubs and function pointers. #4848

Triggered via pull request June 11, 2025 18:59
Status Success
Total duration 30s
Artifacts

lint.yml

on: pull_request
lint_warnings_check_and_comment
25s
lint_warnings_check_and_comment
Fit to window
Zoom out
Zoom in

Annotations

1 warning
lint_warnings_check_and_comment
Found 10 lint warnings: analytics/src/windows/analytics_dynamic.c:4: Found C system header after other header. Should be: analytics_dynamic.h, c system, c++ system, other. [build/include_order] [4] analytics/src/windows/analytics_dynamic.c:218: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3] analytics/src/windows/analytics_dynamic.c:220: At least two spaces is best between code and comments [whitespace/comments] [2] analytics/src/windows/analytics_dynamic.c:3: firebase/analytics/src/windows/analytics_dynamic.c should include its header file firebase/analytics/src/windows/analytics_dynamic.h [build/include] [5] analytics/src/windows/analytics_dynamic.h:3: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_SRC_WINDOWS_ANALYTICS_DYNAMIC_H_ [build/header_guard] [5] analytics/src/windows/analytics_dynamic.h:43: #endif line should be "#endif // FIREBASE_ANALYTICS_SRC_WINDOWS_ANALYTICS_DYNAMIC_H_" [build/header_guard] [5] analytics/src/windows/analytics_dynamic.h:35: At least two spaces is best between code and comments [whitespace/comments] [2] analytics/src/windows/analytics_dynamic.h:37: At least two spaces is best between code and comments [whitespace/comments] [2] analytics/src/windows/analytics_windows.h:1: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_SRC_WINDOWS_ANALYTICS_WINDOWS_H_ [build/header_guard] [5] analytics/src/windows/analytics_windows.h:331: #endif line should be "#endif // FIREBASE_ANALYTICS_SRC_WINDOWS_ANALYTICS_WINDOWS_H_" [build/header_guard] [5]