Skip to content

Merge pull request #60 from andrsd/from-name #170

Merge pull request #60 from andrsd/from-name

Merge pull request #60 from andrsd/from-name #170

Triggered via push April 22, 2024 19:24
Status Failure
Total duration 1m 10s
Artifacts

qa.yml

on: push
c++ linter
1m 0s
c++ linter
check spdx tags
17s
check spdx tags
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
c++ linter
Process completed with exit code 1.
check spdx tags
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/.
include/fprops/fprops.h:15:30 [modernize-use-trailing-return-type]: include/fprops/fprops.h#L15
use a trailing return type for this function
src/fprops.cpp:14:1 [modernize-use-trailing-return-type]: src/fprops.cpp#L14
use a trailing return type for this function
src/fprops.cpp:22:1 [modernize-use-trailing-return-type]: src/fprops.cpp#L22
use a trailing return type for this function
src/fprops.cpp:24:10 [readability-identifier-length]: src/fprops.cpp#L24
variable name 'n' is too short, expected at least 3 characters
src/fprops.cpp:25:20 [readability-braces-around-statements]: src/fprops.cpp#L25
statement should be inside braces
src/fprops.cpp:27:5 [readability-else-after-return]: src/fprops.cpp#L27
do not use 'else' after 'return'
src/fprops.cpp:27:50 [readability-braces-around-statements]: src/fprops.cpp#L27
statement should be inside braces
src/fprops.cpp:29:41 [readability-braces-around-statements]: src/fprops.cpp#L29
statement should be inside braces
src/fprops.cpp:31:43 [readability-braces-around-statements]: src/fprops.cpp#L31
statement should be inside braces
src/fprops.cpp:33:9 [readability-braces-around-statements]: src/fprops.cpp#L33
statement should be inside braces