StorageReference List stubs #4901
Annotations
1 warning
Run cpplint
Found 28 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/android/storage_reference_android.cc:26: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/android/storage_reference_android.cc:741: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/android/storage_reference_android.cc:747: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/android/storage_reference_android.cc:756: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/android/storage_reference_android.h:27: At least two spaces is best between code and comments [whitespace/comments] [2]
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/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/desktop/storage_reference_desktop.cc:38: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/desktop/storage_reference_desktop.cc:707: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/desktop/storage_reference_desktop.cc:722: 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:114: #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:97: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/list_result.h:103: 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]
storage/src/ios/storage_reference_ios.h:24: At least two spaces is best between code and comments [whitespace/comments] [2]
|
Loading