FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Skip C++-specific warnings for C code · Issue #71 · cpplint/cpplint · GitHub

Skip C++-specific warnings for C code #71

Description

For source code files with .[cChH] extension, please skip warnings meant for C++ code, so that programmers don't accidentally introduce C++-isms into their C code.

Example: readability/casting and runtime/int should be disabled for C code.

As a workaround, I am disabling these rules regardless of the source language, so that I can run cpplint more reliably across my C, C++, and mixed C/C++ projects.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL