I\'m looking for a way to lint c++ code to match google style guide naming conventions. So for example If I had
const int lDaysInAWeek = 7; // Bad - should st