Cpplint

Latest version: v1.6.1

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.5.1

-----

* Revert 43 behavior change for include order from 1.5.0, and hide it behind command-line-flag `--includeorder=standardcfirst`.
It turns out there is no easy objective way to tell c system headers from certain c++ library headers, and Google cpplint intentionally classifies some C++ header includes as C system header for simplicity.
* Libraries considered as C system headers using --includeorder=standardcfirst now also includes linux-specifc headers (glibc-devel, glibc-kernheaders, linux-libc-dev).

1.5.0

-----

* Fix 43 false positives in header include order by checking includes against a list of c headers.
Since this interprets certain include lines different than before, output about header include order changes.

1.4.6

-----

* Fix 135: allow 'if constexpr' in readability/braces.
* Fix runtime warning: Close files after reading contents

1.4.5

-----

* Avoid false positive for [build/include_what_you_use] in case of `foo.set<type>` and `foo->set<type>` usage.
* Avoid false positive for [build/include_what_you_use] in case of `map` is user defined function
* Escape backslashes in pydoc strings to get rid of DeprecationWarning.
* Fix false positive "should include its header" for 3rd party headers
* Add support for c++17 tuple destructuring
* fix 123: Inconsistent behavior of --headers and --extensions
* Fix 114: --exclude not working recursively
* fix 112, identifying of copy constructors should allow combinations of volatile and const

1.4.4

-----

Another cleanup release

* NOBUG: fix unit/cli tests for source release
* NOBUG: reduce diff to upstream by intentionally using deprecated functions where upstream uses them
* add `--version` command (https://github.com/cpplint/cpplint/issues/27)

1.4.3

-----

* Revert "Fix the `build/endif_comment` check", same as reverted in upstream

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.