Merge remote-tracking branch 'refs/remotes/origin/master' #91
Annotations
10 errors and 1 warning
Run cpp-linter/[email protected]:
src/utils.cpp#L93
use a trailing return type for this function
|
Run cpp-linter/[email protected]:
src/utils.cpp#L105
use a trailing return type for this function
|
Run cpp-linter/[email protected]:
src/utils.cpp#L110
use a trailing return type for this function
|
Run cpp-linter/[email protected]:
src/utils.cpp#L123
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
|
Run cpp-linter/[email protected]:
src/utils.cpp#L167
1048576 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/utils.cpp#L174
do not declare C-style arrays, use std::array<> instead
|
Run cpp-linter/[email protected]:
src/utils.cpp#L175
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
Run cpp-linter/[email protected]:
src/utils.cpp#L183
variable 'bytes_read' is not initialized
|
Run cpp-linter/[email protected]:
src/utils.cpp#L216
do not use const_cast
|
Run cpp-linter/[email protected]:
src/utils.cpp#L220
do not use pointer arithmetic
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading