Skip to content

Adding string representation for State #147

Adding string representation for State

Adding string representation for State #147

Triggered via pull request March 4, 2024 21:07
Status Failure
Total duration 1m 2s
Artifacts

qa.yml

on: pull_request
c++ linter
54s
c++ linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
c++ linter
Process completed with exit code 1.
include/fprops/State.h:62:5 [modernize-use-nodiscard]: include/fprops/State.h#L62
function 'to_string' should be marked [[nodiscard]]
include/fprops/State.h:62:17 [modernize-use-trailing-return-type]: include/fprops/State.h#L62
use a trailing return type for this function
src/State.cpp:7:8 [modernize-use-trailing-return-type]: src/State.cpp#L7
use a trailing return type for this function
c++ linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: conda-incubator/setup-miniconda@v2, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.