Skip to content

Initial progress on supporting double precision floating point as sha… #420

Initial progress on supporting double precision floating point as sha…

Initial progress on supporting double precision floating point as sha… #420

Triggered via push August 12, 2024 12:31
Status Failure
Total duration 20s
Artifacts

Lint.yml

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

Annotations

10 errors and 1 warning
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L432
An else should appear on the same line as the preceding }
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L432
If an else has a brace on one side, it should have it on both
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L435
An else should appear on the same line as the preceding }
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L435
If an else has a brace on one side, it should have it on both
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L438
An else should appear on the same line as the preceding }
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L438
If an else has a brace on one side, it should have it on both
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L444
An else should appear on the same line as the preceding }
cpplint (11.0, ubuntu-20.04): src/flamegpu/visualiser/shader/ShaderCore.cpp#L444
If an else has a brace on one side, it should have it on both
cpplint (11.0, ubuntu-20.04)
Process completed with exit code 2.
cpplint (11.0, ubuntu-20.04)
The following actions uses Node.js version which is deprecated 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/