Skip to content

Check REUSE-compliance as a part of code scanning #51

Check REUSE-compliance as a part of code scanning

Check REUSE-compliance as a part of code scanning #51

Triggered via push December 3, 2025 23:23
Status Failure
Total duration 3m 10s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 10 warnings, and 1 notice
cpp-linter
Process completed with exit code 1.
src/udp2tcp.h:7:10 [clang-diagnostic-error]: src/udp2tcp.h#L7
'array' file not found
src/tcp2udp.h:7:10 [clang-diagnostic-error]: src/tcp2udp.h#L7
'array' file not found
src/ngrok.h:7:10 [clang-diagnostic-error]: src/ngrok.h#L7
'cstdint' file not found
src/main.cpp:79:28 [readability-identifier-length]: src/main.cpp#L79
parameter name 'v' is too short, expected at least 3 characters
src/main.cpp:74:17 [cppcoreguidelines-use-default-member-init]: src/main.cpp#L74
use default member initializer for 'm_count'
src/main.cpp:68:74 [readability-named-parameter]: src/main.cpp#L68
all parameters should be named in a function
src/main.cpp:68:15 [cppcoreguidelines-explicit-virtual-functions]: src/main.cpp#L68
prefer using 'override' or (rarely) 'final' instead of 'virtual'
src/main.cpp:67:10 [cppcoreguidelines-explicit-virtual-functions]: src/main.cpp#L67
prefer using 'override' or (rarely) 'final' instead of 'virtual'
src/main.cpp:60:7 [cppcoreguidelines-special-member-functions]: src/main.cpp#L60
class 'counter' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
src/main.cpp:39:31 [readability-braces-around-statements]: src/main.cpp#L39
statement should be inside braces
src/main.cpp:37:22 [readability-identifier-length]: src/main.cpp#L37
variable name 's' is too short, expected at least 3 characters
src/main.cpp:35:75 [readability-named-parameter]: src/main.cpp#L35
all parameters should be named in a function
src/main.cpp:35:28 [readability-identifier-length]: src/main.cpp#L35
parameter name 'v' is too short, expected at least 3 characters
Run clang-format on src/main.cpp: src/main.cpp#L0
File src/main.cpp does not conform to Custom style guidelines. (lines 233, 234, 236)