Fix Storage build #5010
lint.yml
on: pull_request
lint_warnings_check_and_comment
30s
Annotations
1 warning
lint_warnings_check_and_comment
Found 9 lint warnings:
storage/src/common/storage_reference_internal.h:24: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/common/storage_reference_internal.h:37: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/common/storage_reference_internal.h:38: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/desktop/storage_reference_desktop.h:26: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/metadata.h:33: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/metadata.h:265: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/metadata.h:268: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
storage/src/include/firebase/storage/storage_reference.h:407: At least two spaces is best between code and comments [whitespace/comments] [2]
storage/src/include/firebase/storage/storage_reference.h:409: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|