Skip to content

Use consistent m_ prefix for all member variables

Thomas Madlener requested to merge code-cleanup into main
  • Use a consistent m_camelCase convention for all private and protected member variables. Enforce it via clang-tidy checks that run as part of CI.
  • Make pre-commit run in a separate stage than the build job.
Edited by Thomas Madlener

Merge request reports

Loading