Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 21:50
aacdd98

Changelog

  • cpplint-cpp now conforms to cpplint 2.0.
    • Disabled readability/fn_size by default. (#14)
    • Cast checks now uses standard fixed-width typenames. (#15)
    • Fixed false positives on concept declaration. (#16)
  • Fixed a bug where latch and numbers were not considered as c++ headers, courtesy of @GermanAizek. (#6)
  • --exclude now supports glob patterns. (#9)
  • Added support for unix convention of using - for stdin. (#13)
  • Fixed a compile error on Clang, courtesy of @GermanAizek. (#5)
  • Fixed a compile error on Ubuntu20.04 with an old version of GCC. (#12)

Installation

pip install cpplint-cpp --no-index --find-links https://matyalatte.github.io/cpplint-cpp/packages.html