Skip to content

[tools] update cpplint.py #7444

Description

@trevnorris
  • Version: master
  • Platform: all
  • Subsystem: tools

The file tools/cpplint.py needs to be updated with the latest (https://github.com/@raw/google/styleguide/gh-pages/cpplint/cpplint.py). Reason is because some header information has changed that's causing lint errors for c++11 specific code. Specifically that std::swap() used to be in <algorithm> but since c++11 is now in <utility>.

The file will need to be updated, and all previous patches will need to be reapplied. The later is the difficult part, and my python isn't up to snuff to deal with them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolsIssues and PRs related to the tools directory.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions