Skip to content

Lint: Suppress whitespace/newline warnigns #4194

Lint: Suppress whitespace/newline warnigns

Lint: Suppress whitespace/newline warnigns #4194

Triggered via push November 5, 2024 10:27
Status Failure
Total duration 1m 20s
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): examples/cpp/circles_bruteforce/src/main.cu#L66
Add #include <cstdio> for printf
cpplint (11.8, ubuntu-20.04): examples/cpp/circles_spatial3D/src/main.cu#L67
Add #include <cstdio> for printf
cpplint (11.8, ubuntu-20.04): include/flamegpu/visualiser/color/Color.h#L112
Add #include <cstdio> for sscanf
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/JitifyCache.cu#L500
Add #include <vector> for vector<>
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/JitifyCache.cu#L554
Add #include <memory> for make_unique<>
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/JitifyCache.cu#L563
Add #include <string> for string
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/TestSuiteTelemetry.cpp#L18
Add #include <string> for string
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/compute_capability.cu#L90
Add #include <vector> for vector<>
cpplint (11.8, ubuntu-20.04): src/flamegpu/detail/compute_capability.cu#L126
Add #include <string> for string
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/