You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

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.


Maintainers
2

Readme

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 .. |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| |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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc