refactor: migrate to cpp 23 #9
pr-check.yml
on: pull_request
static-analysis
6m 0s
Matrix: build
Annotations
3 errors, 2 warnings, and 8 notices
build (gcc, ubuntu-latest)
Process completed with exit code 8.
|
build (clang, ubuntu-latest)
Process completed with exit code 8.
|
static-analysis
Process completed with exit code 1.
|
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 source/log/annual_log_data.cpp:
source/log/annual_log_data.cpp#L1
File source/log/annual_log_data.cpp does not conform to Custom style guidelines. (lines 41)
|
Run clang-format on source/log/local_log_repository.cpp:
source/log/local_log_repository.cpp#L1
File source/log/local_log_repository.cpp does not conform to Custom style guidelines. (lines 12)
|
Run clang-format on source/log/log_repository_base.hpp:
source/log/log_repository_base.hpp#L1
File source/log/log_repository_base.hpp does not conform to Custom style guidelines. (lines 5)
|
Run clang-format on source/utils/crypto.cpp:
source/utils/crypto.cpp#L1
File source/utils/crypto.cpp does not conform to Custom style guidelines. (lines 112)
|
Run clang-format on source/view/annual_view.cpp:
source/view/annual_view.cpp#L1
File source/view/annual_view.cpp does not conform to Custom style guidelines. (lines 39, 52)
|
Run clang-format on source/view/input_handler.hpp:
source/view/input_handler.hpp#L1
File source/view/input_handler.hpp does not conform to Custom style guidelines. (lines 16)
|
Run clang-format on test/calendar_component_test.cpp:
test/calendar_component_test.cpp#L1
File test/calendar_component_test.cpp does not conform to Custom style guidelines. (lines 16)
|
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 144, 224)
|