Skip to content

chore(deps): bump cpp-linter from 1.11.1 to 1.11.2 in the org group (… #896

chore(deps): bump cpp-linter from 1.11.1 to 1.11.2 in the org group (…

chore(deps): bump cpp-linter from 1.11.1 to 1.11.2 in the org group (… #896

Triggered via push October 4, 2025 01:32
Status Success
Total duration 37s
Artifacts

cpp-linter.yml

on: push
cpp-linter
32s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 2 notices
docs/examples/demo/demo.cpp:3:10 [modernize-deprecated-headers]: docs/examples/demo/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
docs/examples/demo/demo.hpp:8:31 [clang-diagnostic-writable-strings]: docs/examples/demo/demo.hpp#L8
ISO C++11 does not allow conversion from string literal to 'char *'
docs/examples/demo/demo.hpp:8:14 [clang-diagnostic-reorder-ctor]: docs/examples/demo/demo.hpp#L8
field 'numb' will be initialized after field 'useless'
Run clang-format on docs/examples/demo/demo.cpp: docs/examples/demo/demo.cpp#L0
File docs/examples/demo/demo.cpp does not conform to Custom style guidelines. (lines 3, 8, 10, 13, 18)
Run clang-format on docs/examples/demo/demo.hpp: docs/examples/demo/demo.hpp#L0
File docs/examples/demo/demo.hpp does not conform to Custom style guidelines. (lines 1, 8, 11, 12, 31, 34)