ci: change tidy and format #70
Annotations
11 errors, 10 warnings, and 10 notices
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstddef#L27
expected ';' after top level declarator
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstddef#L27
unknown type name 'namespace'
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstdint#L20
expected ';' after top level declarator
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstdint#L20
unknown type name 'namespace'
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstdio#L32
expected ';' after top level declarator
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cstdio#L32
unknown type name 'namespace'
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/ctime#L20
expected ';' after top level declarator
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/ctime#L20
unknown type name 'namespace'
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cwchar#L21
unknown type name 'using'
|
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.38.33130/include/cwchar#L21
unexpected type name 'mbstate_t': expected expression
|
Run exit 1
Process completed with exit code 1.
|
src/ThreadPool.h#L1
header guard does not follow preferred style
|
src/ThreadPool.h#L4
included header condition_variable is not used directly
|
src/ThreadPool.h#L5
included header functional is not used directly
|
src/ThreadPool.h#L6
included header future is not used directly
|
src/ThreadPool.h#L7
included header memory is not used directly
|
src/ThreadPool.h#L8
included header mutex is not used directly
|
src/ThreadPool.h#L9
included header queue is not used directly
|
src/ThreadPool.h#L10
included header stdexcept is not used directly
|
src/ThreadPool.h#L11
included header thread is not used directly
|
src/ThreadPool.h#L12
included header type_traits is not used directly
|
src/api/BaseAPI.h#L1
File src/api/BaseAPI.h does not conform to Custom style guidelines. (lines 53)
|
src/api/DataAPI.h#L1
File src/api/DataAPI.h does not conform to Custom style guidelines. (lines 32, 47, 67, 94)
|
src/api/FileSystemAPI.h#L1
File src/api/FileSystemAPI.h does not conform to Custom style guidelines. (lines 24)
|
src/api/GameUtilsAPI.h#L1
File src/api/GameUtilsAPI.h does not conform to Custom style guidelines. (lines 2)
|
src/api/ItemAPI.h#L1
File src/api/ItemAPI.h does not conform to Custom style guidelines. (lines 4)
|
src/api/LoggerAPI.h#L1
File src/api/LoggerAPI.h does not conform to Custom style guidelines. (lines 2)
|
src/api/McAPI.h#L1
File src/api/McAPI.h does not conform to Custom style guidelines. (lines 4)
|
src/api/ScoreboardAPI.h#L1
File src/api/ScoreboardAPI.h does not conform to Custom style guidelines. (lines 2)
|
src/api/ScriptAPI.h#L1
File src/api/ScriptAPI.h does not conform to Custom style guidelines. (lines 2)
|
src/api/SystemAPI.h#L1
File src/api/SystemAPI.h does not conform to Custom style guidelines. (lines 2)
|
The logs for this run have expired and are no longer available.
Loading