StorageReference List stubs #4900
lint.yml
on: pull_request
lint_warnings_check_and_comment
27s
Annotations
1 warning
lint_warnings_check_and_comment
Found 20 lint warnings:
storage/integration_test/src/integration_test.cc:1631: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/integration_test/src/integration_test.cc:1654: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/integration_test/src/integration_test.cc:1678: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/android/list_result_android.h:2: #ifndef header guard has wrong style, please use: FIREBASE_STORAGE_SRC_ANDROID_LIST_RESULT_ANDROID_H_ [build/header_guard] [5]
storage/src/android/list_result_android.h:46: #endif line should be "#endif // FIREBASE_STORAGE_SRC_ANDROID_LIST_RESULT_ANDROID_H_" [build/header_guard] [5]
storage/src/common/list_result.cc:17: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/common/list_result.cc:109: For a static/global string constant, use a C style string instead: "const char ListResult::s_empty_page_token_[]". [runtime/string] [4]
storage/src/common/list_result.cc:138: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/common/list_result.cc:163: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/common/storage_reference.cc:27: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/desktop/list_result_desktop.h:2: #ifndef header guard has wrong style, please use: FIREBASE_STORAGE_SRC_DESKTOP_LIST_RESULT_DESKTOP_H_ [build/header_guard] [5]
storage/src/desktop/list_result_desktop.h:62: #endif line should be "#endif // FIREBASE_STORAGE_SRC_DESKTOP_LIST_RESULT_DESKTOP_H_" [build/header_guard] [5]
storage/src/desktop/list_result_desktop.h:50: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/list_result.h:2: #ifndef header guard has wrong style, please use: FIREBASE_STORAGE_SRC_INCLUDE_FIREBASE_STORAGE_LIST_RESULT_H_ [build/header_guard] [5]
storage/src/include/firebase/storage/list_result.h:109: #endif line should be "#endif // FIREBASE_STORAGE_SRC_INCLUDE_FIREBASE_STORAGE_LIST_RESULT_H_" [build/header_guard] [5]
storage/src/include/firebase/storage/list_result.h:21: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/list_result.h:92: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/list_result.h:98: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/ios/list_result_ios.h:2: #ifndef header guard has wrong style, please use: FIREBASE_STORAGE_SRC_IOS_LIST_RESULT_IOS_H_ [build/header_guard] [5]
storage/src/ios/list_result_ios.h:46: #endif line should be "#endif // FIREBASE_STORAGE_SRC_IOS_LIST_RESULT_IOS_H_" [build/header_guard] [5]
|