Skip to content

👷 fstab: don't provide options for fstab gen #138

👷 fstab: don't provide options for fstab gen

👷 fstab: don't provide options for fstab gen #138

Triggered via push July 6, 2024 13:55
Status Success
Total duration 3m 6s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 2 notices
/src/simple_tui.cpp:30:1 [google-build-using-namespace: src/simple_tui.cpp#L30
do not use namespace using-directives; use using-declarations instead
/src/simple_tui.cpp:37:6 [bugprone-exception-escape: src/simple_tui.cpp#L37
an exception may be thrown in function 'select_filesystem' which should not throw exceptions
/src/simple_tui.cpp:66:69 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L66
10 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:66:101 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L66
40 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:67:119 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L67
18 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:76:6 [bugprone-exception-escape: src/simple_tui.cpp#L76
an exception may be thrown in function 'select_bootloader' which should not throw exceptions
/src/simple_tui.cpp:103:69 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L103
10 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:103:101 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L103
40 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:104:119 [cppcoreguidelines-avoid-magic-numbers: src/simple_tui.cpp#L104
18 is a magic number; consider replacing it with a named constant
/src/simple_tui.cpp:117:6 [bugprone-exception-escape: src/simple_tui.cpp#L117
an exception may be thrown in function 'make_esp' 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/
Run clang-format on src/tui.cpp: src/tui.cpp#L1
File src/tui.cpp does not conform to Custom style guidelines. (lines 962, 963)
Run clang-format on src/utils.hpp: src/utils.hpp#L1
File src/utils.hpp does not conform to Custom style guidelines. (lines 75, 76, 83)