wpilibsuite / styleguide

Style guides for wpilibsuite projects
Other
5 stars 16 forks source link

cpplint.py doesn't understand C++20 concepts #246

Closed calcmogul closed 1 year ago

calcmogul commented 1 year ago

It thinks concepts shouldn't have a semicolon after their closing brace, when they actually should. // NOLINT can suppress it, but we should fix cpplint's parser.