Python bindings using scikit build core #763
Annotations
11 warnings
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