Skip to content

feat: store history detail #8595

feat: store history detail

feat: store history detail #8595

Triggered via push September 17, 2024 04:29
Status Success
Total duration 29s
Artifacts

clang-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
[cppcheck] src/io/io_store.hpp#L251: src/io/io_store.hpp#L251
Function parameter 'name' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L251: src/io/io_store.hpp#L251
Function parameter 'icon' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L298: src/io/io_store.hpp#L298
Function parameter 'parentName' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L298: src/io/io_store.hpp#L298
Function parameter 'name' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L298: src/io/io_store.hpp#L298
Function parameter 'icon' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L298: src/io/io_store.hpp#L298
Function parameter 'description' should be passed by const reference.
[cppcheck] src/io/io_store.hpp#L298: src/io/io_store.hpp#L298
Function parameter 'relatedOffers' should be passed by const reference.
[cppcheck] src/io/io_store.cpp#L233: src/io/io_store.cpp#L233
Consider using std::any_of algorithm instead of a raw loop.
[cppcheck] src/io/io_store.cpp#L242: src/io/io_store.cpp#L242
Consider using std::find_if algorithm instead of a raw loop.
[cppcheck] src/io/io_store.cpp#L251: src/io/io_store.cpp#L251
Consider using std::find_if algorithm instead of a raw loop.
[cppcheck] src/io/io_store.cpp#L371: src/io/io_store.cpp#L371
Consider using std::any_of algorithm instead of a raw loop.
[cppcheck] src/io/io_store.cpp#L385: src/io/io_store.cpp#L385
Consider using std::any_of algorithm instead of a raw loop.
[cppcheck] src/io/io_store.cpp#L399: src/io/io_store.cpp#L399
Consider using std::any_of algorithm instead of a raw loop.
[cppcheck] src/server/network/protocol/protocolgame.cpp#L9252: src/server/network/protocol/protocolgame.cpp#L9252
Variable 'entryPages' is assigned a value that is never used.
[cppcheck] src/utils/tools.cpp#L1629: src/utils/tools.cpp#L1629
The function 'isExerciseWeapon' is never used.
[cppcheck] src/utils/tools.cpp#L1621: src/utils/tools.cpp#L1621
The function 'isKegItem' is never used.