stuarthayhurst / ammonite-engine

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

Lint project with clang-tidy #18

Closed stuarthayhurst closed 2 months ago

stuarthayhurst commented 5 months ago

Setup clang-tidy for the project and add it to a workflow. Possibly add a Makefile recipe to run it.

Should it correct issues or just flag them? Just flag them

stuarthayhurst commented 2 months ago

Work started on clang-linting branch

It still needs a workflow, a config file and code improvement work