Merge pull request #4 from adessoSE/dev/fix-interleaving_stream-buffe… #26
Annotations
1 error, 13 warnings, and 1 notice
Fail if issues have been raised
Process completed with exit code 1.
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L38
integer literal has suffix 'u', which is not uppercase
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L39
integer literal has suffix 'u', which is not uppercase
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L49
use a trailing return type for this function
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L54
use a trailing return type for this function
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L88
use auto when initializing with a template cast to avoid duplicating the type name
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L91
do not use reinterpret_cast
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L183
function 'next_block' should be marked [[nodiscard]]
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L186
'const auto sectorContentBegin' can be declared as 'const auto *const sectorContentBegin'
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L201
std::move of the variable 'content' of the trivially-copyable type 'std::span<const std::byte>' has no effect; remove std::move()
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L220
an exception may be thrown in function 'acquire_next_chunk_impl' which should not throw exceptions
|
Configure x64-linux-clang preset
New Boost version may have incorrect or missing dependencies and imported
|
Install go (boringSSL build dependency)
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
|
Install go (boringSSL build dependency)
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
|
Lint with clang-format and clang-tidy:
src/vefs/vfilesystem.cpp#L1
File src/vefs/vfilesystem.cpp does not conform to Custom style guidelines. (lines 1004)
|
The logs for this run have expired and are no longer available.
Loading