Skip to content

feat: Logger optimized #2

feat: Logger optimized

feat: Logger optimized #2

Triggered via push July 29, 2024 14:16
Status Failure
Total duration 1m 46s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
src/main.cc:1:10 [clang-diagnostic-error]: src/main.cc#L1
'Infrastructure/Network/network.h' file not found with <angled> include; use "quotes" instead
src/main.cc:2:10 [clang-diagnostic-error]: src/main.cc#L2
'Infrastructure/Utils/Logger.h' file not found with <angled> include; use "quotes" instead
cpp-linter
Process completed with exit code 1.
src/Infrastructure/Utils/Debug.h:441:52 [cppcoreguidelines-avoid-magic-numbers]: src/Infrastructure/Utils/Debug.h#L441
12 is a magic number; consider replacing it with a named constant
src/Infrastructure/Utils/Debug.h:477:9 [modernize-use-nodiscard]: src/Infrastructure/Utils/Debug.h#L477
function 'file_name' should be marked [[nodiscard]]
src/Infrastructure/Utils/Debug.h:489:9 [modernize-use-nodiscard]: src/Infrastructure/Utils/Debug.h#L489
function 'function_name' should be marked [[nodiscard]]