Merge pull request #41 from apple1417/master #106
build.yml
on: push
clang-format
12s
spelling
4s
Matrix: build-ubuntu
Matrix: build-windows
Matrix: clang-tidy
Annotations
10 errors and 4 warnings
clang-tidy (clang-ue3-x86-release):
src\shared\dllmain.cpp#L36
clang-tidy: function 'DllMain' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\unreal\classes\uobject.cpp#L76
clang-tidy: use designated initializer list to initialize 'BoundFunction' (modernize-use-designated-initializers)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\game\bl2\object.cpp#L95
clang-tidy: variable 'get_path_name_ptr' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\commands.cpp#L91
clang-tidy: use a ranges version of this algorithm (modernize-use-ranges)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\logging.cpp#L297
clang-tidy: function 'enqueue_log_msg' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\logging.cpp#L311
clang-tidy: function 'set_console_level' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\logging.cpp#L320
clang-tidy: function 'add_callback' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\logging.cpp#L326
clang-tidy: function 'remove_callback' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\logging.cpp#L330
clang-tidy: use a ranges version of this algorithm (modernize-use-ranges)
|
clang-tidy (clang-ue3-x86-release):
src\unrealsdk\version_error.cpp#L10
clang-tidy: function 'throw_version_error' can be made static or moved into an anonymous namespace to enforce internal linkage (misc-use-internal-linkage)
|
clang-tidy (clang-ue3-x86-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: asarium/clang-tidy-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clang-tidy (clang-ue3-x86-release)
The following actions use a deprecated Node.js version and will be forced to run on node20: asarium/clang-tidy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clang-tidy (clang-ue4-x64-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: asarium/clang-tidy-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clang-tidy (clang-ue4-x64-release)
The following actions use a deprecated Node.js version and will be forced to run on node20: asarium/clang-tidy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|