refactor: resolve some todos & fix some cosmetic errors #16
pr-check.yml
on: pull_request
static-analysis
2m 18s
Matrix: build
Annotations
11 errors, 2 warnings, and 1 notice
test/local_log_repository_test.cpp:90:72 [clang-diagnostic-error]:
test/local_log_repository_test.cpp#L90
no member named 'kEncryptetLogRepoMarkerFile' in 'caps_log::LogRepositoryCryptoApplier'; did you mean 'kEncryptedLogRepoMarkerFile'?
|
test/local_log_repository_test.cpp:95:70 [clang-diagnostic-error]:
test/local_log_repository_test.cpp#L95
no member named 'kEncryptetLogRepoMarker' in 'caps_log::LogRepositoryCryptoApplier'; did you mean 'kEncryptedLogRepoMarker'?
|
static-analysis
Process completed with exit code 1.
|
build (gcc, ubuntu-latest):
test/local_log_repository_test.cpp#L90
‘kEncryptetLogRepoMarkerFile’ is not a member of ‘caps_log::LogRepositoryCryptoApplier’
|
build (gcc, ubuntu-latest):
test/local_log_repository_test.cpp#L91
no matching function for call to ‘std::basic_ofstream<char>::basic_ofstream(<brace-enclosed initializer list>)’
|
build (gcc, ubuntu-latest):
test/local_log_repository_test.cpp#L95
‘kEncryptetLogRepoMarker’ is not a member of ‘caps_log::LogRepositoryCryptoApplier’
|
build (gcc, ubuntu-latest):
test/local_log_repository_test.cpp#L95
no matching function for call to ‘std::__cxx11::basic_istringstream<char>::basic_istringstream(<brace-enclosed initializer list>)’
|
build (gcc, ubuntu-latest)
Process completed with exit code 2.
|
build (clang, ubuntu-latest):
test/local_log_repository_test.cpp#L90
no member named 'kEncryptetLogRepoMarkerFile' in 'caps_log::LogRepositoryCryptoApplier'; did you mean 'kEncryptedLogRepoMarkerFile'?
|
build (clang, ubuntu-latest):
test/local_log_repository_test.cpp#L95
no member named 'kEncryptetLogRepoMarker' in 'caps_log::LogRepositoryCryptoApplier'; did you mean 'kEncryptedLogRepoMarker'?
|
build (clang, ubuntu-latest)
Process completed with exit code 2.
|
build (gcc, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (clang, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run clang-format on test/local_log_repository_test.cpp:
test/local_log_repository_test.cpp#L1
File test/local_log_repository_test.cpp does not conform to Custom style guidelines. (lines 224)
|