👷 fstab: don't provide options for fstab gen #138
Annotations
10 errors, 1 warning, and 2 notices
src/simple_tui.cpp#L30
do not use namespace using-directives; use using-declarations instead
|
src/simple_tui.cpp#L37
an exception may be thrown in function 'select_filesystem' which should not throw exceptions
|
src/simple_tui.cpp#L66
10 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L66
40 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L67
18 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L76
an exception may be thrown in function 'select_bootloader' which should not throw exceptions
|
src/simple_tui.cpp#L103
10 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L103
40 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L104
18 is a magic number; consider replacing it with a named constant
|
src/simple_tui.cpp#L117
an exception may be thrown in function 'make_esp' which should not throw exceptions
|
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/
|
src/tui.cpp#L1
File src/tui.cpp does not conform to Custom style guidelines. (lines 962, 963)
|
src/utils.hpp#L1
File src/utils.hpp does not conform to Custom style guidelines. (lines 75, 76, 83)
|
This job succeeded
Loading