FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
106 stars 22 forks source link

cpplint 2.x #1241

Closed ptheywood closed 1 week ago

ptheywood commented 1 month ago

cpplint 2.x has been released, with new rules and improvments to existing rules causing our lint CI to now fail.

From a glance at the failures we should:

This will need applying to many repositories.

We could also pin to cpplint 1.x instead, but we'd also have to ammend our readme's to tell users its only 1.x compatible.

Alternatively we could switch to clang-format and see if it's any more stable (buit that would take more time and effort and installation used to be more of a faff than cpplint)