Skip to content

prepare to test branch #344

prepare to test branch

prepare to test branch #344

Re-run triggered February 12, 2024 22:01
Status Success
Total duration 1m 9s
Artifacts

cpp-lint-action.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 6 notices
Run clang-format on src/demo.cpp: src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 3, 8, 10, 18)
Run clang-format on src/demo.hpp: src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 8, 11)
Run clang-format on src/demo.cpp: src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 3, 8, 10, 18)
Run clang-format on src/demo.hpp: src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 8, 11)
Run clang-format on src/demo.cpp: src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 3, 8, 10, 18)
Run clang-format on src/demo.hpp: src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 8, 11)
src/demo.cpp:3:10 [modernize-deprecated-headers]: src/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
src/demo.cpp:8:5 [modernize-use-trailing-return-type]: src/demo.cpp#L8
use a trailing return type for this function
src/demo.cpp:10:13 [readability-braces-around-statements]: src/demo.cpp#L10
statement should be inside braces
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.cpp:3:10 [modernize-deprecated-headers]: src/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
src/demo.cpp:8:5 [modernize-use-trailing-return-type]: src/demo.cpp#L8
use a trailing return type for this function
src/demo.cpp:10:13 [readability-braces-around-statements]: src/demo.cpp#L10
statement should be inside braces
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function
src/demo.cpp:3:10 [modernize-deprecated-headers]: src/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
src/demo.cpp:8:5 [modernize-use-trailing-return-type]: src/demo.cpp#L8
use a trailing return type for this function
src/demo.cpp:10:13 [readability-braces-around-statements]: src/demo.cpp#L10
statement should be inside braces
src/demo.hpp:11:11 [modernize-use-trailing-return-type]: src/demo.hpp#L11
use a trailing return type for this function