Skip to content

RunPlanVector JSON IO minimum viable product (untested) #4160

RunPlanVector JSON IO minimum viable product (untested)

RunPlanVector JSON IO minimum viable product (untested) #4160

Triggered via push September 21, 2024 07:02
Status Failure
Total duration 1m 11s
Artifacts

Lint.yml

on: push
Matrix: cpplint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
cpplint (11.8, ubuntu-20.04): include/flamegpu/io/JSONRunPlanReader.h#L20
Add #include <string> for string
cpplint (11.8, ubuntu-20.04): include/flamegpu/io/JSONRunPlanWriter.h#L21
Add #include <memory> for unique_ptr<>
cpplint (11.8, ubuntu-20.04): include/flamegpu/io/JSONRunPlanWriter.h#L30
Add #include <string> for string
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanReader.cpp#L6
Found C system header after C++ system header. Should be: JSONRunPlanReader.h, c system, c++ system, other.
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanReader.cpp#L7
Found C system header after C++ system header. Should be: JSONRunPlanReader.h, c system, c++ system, other.
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanReader.cpp#L8
Found C system header after C++ system header. Should be: JSONRunPlanReader.h, c system, c++ system, other.
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanReader.cpp#L234
Namespace should be terminated with "// namespace io"
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanReader.cpp#L235
Namespace should be terminated with "// namespace flamegpu"
cpplint (11.8, ubuntu-20.04): src/flamegpu/io/JSONRunPlanWriter.cpp#L5
Found C system header after C++ system header. Should be: JSONRunPlanWriter.h, c system, c++ system, other.
cpplint (11.8, ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/