Feature: optional dictionaries, also with polymorphic types #55
Annotations
10 errors and 2 warnings
include/poly-scribe/detail/poly-bind.hpp#L55
constructor does not initialize these fields: archives_map [cppcoreguidelines-pro-type-member-init,hicpp-member-init,-warnings-as-errors]
|
include/poly-scribe/detail/poly-bind.hpp#L106
constructor does not initialize these fields: archives_map [cppcoreguidelines-pro-type-member-init,hicpp-member-init,-warnings-as-errors]
|
test/integration.cpp#L1
'poly-scribe-structs/integration_data.hpp' file not found [clang-diagnostic-error]
|
test/integration.cpp#L20
2 adjacent parameters of 'compare_derived_one' of similar type ('const int &') are easily swapped by mistake [bugprone-easily-swappable-parameters,-warnings-as-errors]
|
test/integration.cpp#L30
2 adjacent parameters of 'compare_derived_two' of similar type ('const int &') are easily swapped by mistake [bugprone-easily-swappable-parameters,-warnings-as-errors]
|
test/integration.cpp#L40
2 adjacent parameters of 'compare_pointers_to_base_type' of similar type ('const int &') are easily swapped by mistake [bugprone-easily-swappable-parameters,-warnings-as-errors]
|
test/integration.cpp#L69
2 adjacent parameters of 'compare_json_to_base' of similar type are easily swapped by mistake [bugprone-easily-swappable-parameters,-warnings-as-errors]
|
test/integration.cpp#L72
confusing array subscript expression, usually the index is inside the [] [readability-misplaced-array-index,-warnings-as-errors]
|
test/integration.cpp#L72
do not use array subscript when the index is not an integer constant expression [cppcoreguidelines-pro-bounds-constant-array-index,-warnings-as-errors]
|
test/integration.cpp#L73
confusing array subscript expression, usually the index is inside the [] [readability-misplaced-array-index,-warnings-as-errors]
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading