There's no code quality tooling implemented in CI (or in any other way); the only thing remotely related to code quality is the fact that compilation is performed with strict full warnings in dev mode. There are plenty of C++ code quality tools that's worth looking into and we definitely want to use at least some of them.
There's no code quality tooling implemented in CI (or in any other way); the only thing remotely related to code quality is the fact that compilation is performed with strict full warnings in dev mode. There are plenty of C++ code quality tools that's worth looking into and we definitely want to use at least some of them.