use a specific path on windows #394
Annotations
14 errors, 25 warnings, and 6 notices
|
test (windows-latest, 20)
Unsupported version for platform (os=win32, arch=x64, version=22.1.0)!
|
|
test (macos-latest, 12)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 14)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 13)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 16)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 11)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 11)
The operation was canceled.
|
|
test (macos-latest, 22)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 22)
The operation was canceled.
|
|
test (windows-latest, 18)
The run was canceled by @2bndy5.
|
|
test (windows-latest, 18)
The operation was canceled.
|
|
test (macos-latest, 15)
The run was canceled by @2bndy5.
|
|
test (macos-latest, 15)
The operation was canceled.
|
|
cpp-linter as action
The run was canceled by @2bndy5.
|
|
test (windows-latest, 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: KyleMayes/install-llvm-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
src/demo.cpp:14:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L14
do not call c-style vararg functions
|
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
|
|
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
src/demo.cpp:14:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L14
do not call c-style vararg functions
|
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
|
|
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
src/demo.cpp:14:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L14
do not call c-style vararg functions
|
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L0
File src/demo.hpp does not conform to Custom style guidelines. (lines 1, 7, 10, 14, 37, 39)
|
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L0
File src/demo.cpp does not conform to Custom style guidelines. (lines 2)
|
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L0
File src/demo.hpp does not conform to Custom style guidelines. (lines 1, 7, 10, 14, 37, 39)
|
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L0
File src/demo.cpp does not conform to Custom style guidelines. (lines 2)
|
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L0
File src/demo.hpp does not conform to Custom style guidelines. (lines 1, 7, 10, 14, 37, 39)
|
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L0
File src/demo.cpp does not conform to Custom style guidelines. (lines 2)
|