Python bindings using scikit build core #746
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: hendrikmuhs/[email protected], lukka/run-cmake@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L43
all parameters should be named in a function [hicpp-named-parameter,readability-named-parameter]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L44
100 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L48
function 'compile_multiple' has cognitive complexity of 26 (threshold 25) [readability-function-cognitive-complexity]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L95
2 adjacent parameters of 'finalize_compile' of similar type ('const std::string &') are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L110
the parameter 'line' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L113
statement should be inside braces [hicpp-braces-around-statements,readability-braces-around-statements]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L117
variable 'value' is not initialized [cppcoreguidelines-init-variables]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L136
the parameter 'line' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L139
statement should be inside braces [hicpp-braces-around-statements,readability-braces-around-statements]
|
build with cmake:
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L143
variable 'value' is not initialized [cppcoreguidelines-init-variables]
|
Post checkout from git
The process '/usr/bin/git' failed with exit code 128
|
Loading