## Description While most of the C++ code base is quite good, no linting of the C++ code is done. ## Solution This could be further improved by adding [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) to do linting of the codebase.
Description
While most of the C++ code base is quite good, no linting of the C++ code is done.
Solution
This could be further improved by adding clang-tidy to do linting of the codebase.