Use consistent m_ prefix for all member variables
- Use a consistent
m_camelCase
convention for allprivate
andprotected
member variables. Enforce it viaclang-tidy
checks that run as part of CI. - Make
pre-commit
run in a separate stage than the build job.
Edited by Thomas Madlener