stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Improve clang-tidy config #28

Open stuarthayhurst opened 2 weeks ago

stuarthayhurst commented 2 weeks ago

Go through https://clang.llvm.org/extra/clang-tidy/checks/list.html and enable as much as practical.

Improve the code to meet the new checks.

stuarthayhurst commented 3 days ago

Work started on local branch, not pushed upstream since the workflow is really unhappy

stuarthayhurst commented 2 days ago

Also, provide a clang format config, and check the codebase against it