Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

VariablePerLine does not work unless LineLength check is enabled #82

Closed catskul closed 5 years ago

catskul commented 5 years ago

Per both #48 and #60, KWStyle relies on LineLength to be enabled so that m_Positions is correct.

This appears to be necessary for VariablePerLine assumeably because one needs understand what line a declaration is on to count them.