Skip to content

🧹 move hwclock into gucc #137

🧹 move hwclock into gucc

🧹 move hwclock into gucc #137

Triggered via push July 5, 2024 22:52
Status Success
Total duration 1m 58s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
/src/utils.cpp:107:6 [modernize-use-trailing-return-type: src/utils.cpp#L107
use a trailing return type for this function
/src/utils.cpp:119:6 [modernize-use-trailing-return-type: src/utils.cpp#L119
use a trailing return type for this function
/src/utils.cpp:132:6 [bugprone-exception-escape: src/utils.cpp#L132
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
/src/utils.cpp:139:44 [readability-implicit-bool-conversion: src/utils.cpp#L139
implicit conversion 'int' -> bool
/src/utils.cpp:172:29 [cppcoreguidelines-avoid-magic-numbers: src/utils.cpp#L172
1048576 is a magic number; consider replacing it with a named constant
/src/utils.cpp:179:28 [cppcoreguidelines-avoid-c-arrays: src/utils.cpp#L179
do not declare C-style arrays, use std::array<> instead
/src/utils.cpp:180:121 [cppcoreguidelines-pro-bounds-array-to-pointer-decay: src/utils.cpp#L180
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
/src/utils.cpp:209:6 [bugprone-exception-escape: src/utils.cpp#L209
an exception may be thrown in function 'dump_settings_to_log' which should not throw exceptions
/src/utils.cpp:221:6 [modernize-use-trailing-return-type: src/utils.cpp#L221
use a trailing return type for this function
/src/utils.cpp:261:6 [bugprone-exception-escape: src/utils.cpp#L261
an exception may be thrown in function 'umount_partitions' which should not throw exceptions
Check C++ style
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cpp-linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/