Skip to content

fix

fix #140

Triggered via push October 31, 2024 01:41
Status Failure
Total duration 1m 45s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
cpp-linter
Process completed with exit code 1.
cpp-terminal/private/terminfo.cpp:33:10 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L33
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:36:6 [misc-include-cleaner]: cpp-terminal/private/terminfo.cpp#L36
no header providing "std::uint32_t" is directly included
cpp-terminal/private/terminfo.cpp:39:10 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L39
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:45:10 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L45
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:48:80 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L48
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:49:73 [misc-include-cleaner]: cpp-terminal/private/terminfo.cpp#L49
no header providing "std::uint32_t" is directly included
cpp-terminal/private/terminfo.cpp:49:92 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L49
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:50:89 [cppcoreguidelines-pro-bounds-constant-array-index]: cpp-terminal/private/terminfo.cpp#L50
do not use array subscript when the index is not an integer constant expression
cpp-terminal/private/terminfo.cpp:146:3 [misc-const-correctness]: cpp-terminal/private/terminfo.cpp#L146
variable 'name' of type 'std::string' (aka 'basic_string<char>') can be declared 'const'