🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cpp-linter

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpp-linter

Run clang-format and clang-tidy on a batch of files.

1.10.7
PyPI
Maintainers
2

C/C++ Linting Package

.. |latest-version| image:: https://img.shields.io/github/v/release/cpp-linter/cpp-linter :alt: Latest Version :target: https://github.com/cpp-linter/cpp-linter/releases .. |python-version| image:: https://img.shields.io/pypi/pyversions/cpp-linter :alt: Python Version :target: https://pypi.org/project/cpp-linter .. |license-badge| image:: https://img.shields.io/github/license/cpp-linter/cpp-linter?label=license&logo=github :alt: License :target: https://github.com/cpp-linter/cpp-linter/blob/main/LICENSE .. |codecov-badge| image:: https://codecov.io/gh/cpp-linter/cpp-linter/branch/main/graph/badge.svg?token=0814O9WHQU :alt: CodeCov :target: https://codecov.io/gh/cpp-linter/cpp-linter .. |doc-badge| image:: https://github.com/cpp-linter/cpp-linter/actions/workflows/build-docs.yml/badge.svg :alt: Docs :target: https://cpp-linter.github.io/cpp-linter .. |pypi-badge| image:: https://img.shields.io/pypi/dw/cpp-linter?color=dark-green&label=PyPI%20Downloads&logo=python&logoColor=white :target: https://pepy.tech/project/cpp-linter :alt: PyPI - Downloads

|latest-version| |python-version| |license-badge| |codecov-badge| |doc-badge| |pypi-badge|

A Python package for linting C/C++ code with clang-tidy and/or clang-format to collect feedback provided in the form of thread comments and/or file annotations.

Usage

For usage in a CI workflow, see the cpp-linter/cpp-linter-action repository <https://github.com/cpp-linter/cpp-linter-action>_

For the description of supported Command Line Interface options, see the CLI documentation <https://cpp-linter.github.io/cpp-linter/cli_args.html>_

Have question or feedback?

To provide feedback (requesting a feature or reporting a bug) please post to issues <https://github.com/cpp-linter/cpp-linter/issues>_.

License

The scripts and documentation in this project are released under the MIT License <https://github.com/cpp-linter/cpp-linter/blob/master/LICENSE>_.

Keywords

clang

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts