Add Analytics Windows C header and script to generate stubs and function pointers. #4855
lint.yml
on: pull_request
lint_warnings_check_and_comment
50s
Annotations
1 warning
lint_warnings_check_and_comment
Found 9 lint warnings:
analytics/src/windows/analytics_dynamic.c:282: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/windows/include/public/analytics.h:2: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_ANALYTICS_H_ [build/header_guard] [5]
analytics/windows/include/public/analytics.h:225: #endif line should be "#endif // FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_ANALYTICS_H_" [build/header_guard] [5]
analytics/windows/include/public/c/analytics.h:2: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_C_ANALYTICS_H_ [build/header_guard] [5]
analytics/windows/include/public/c/analytics.h:332: #endif line should be "#endif // FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_C_ANALYTICS_H_" [build/header_guard] [5]
analytics/windows/include/public/event_names.h:2: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_EVENT_NAMES_H_ [build/header_guard] [5]
analytics/windows/include/public/event_names.h:426: #endif line should be "#endif // FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_EVENT_NAMES_H_" [build/header_guard] [5]
analytics/windows/include/public/parameter_names.h:2: #ifndef header guard has wrong style, please use: FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_PARAMETER_NAMES_H_ [build/header_guard] [5]
analytics/windows/include/public/parameter_names.h:253: #endif line should be "#endif // FIREBASE_ANALYTICS_WINDOWS_INCLUDE_PUBLIC_PARAMETER_NAMES_H_" [build/header_guard] [5]
|