https://github.com/cpp-linter/cpp-linter
cpp-linter core Python executable package
https://github.com/cpp-linter/cpp-linter
c clang-format clang-tidy cpp cpp-linter hacktoberfest linter
Last synced: 16 days ago
JSON representation
cpp-linter core Python executable package
- Host: GitHub
- URL: https://github.com/cpp-linter/cpp-linter
- Owner: cpp-linter
- License: mit
- Created: 2022-08-11T10:01:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T04:15:15.000Z (3 months ago)
- Last Synced: 2025-10-04T17:48:59.897Z (3 months ago)
- Topics: c, clang-format, clang-tidy, cpp, cpp-linter, hacktoberfest, linter
- Language: Python
- Homepage: https://cpp-linter.github.io/cpp-linter
- Size: 42.9 MB
- Stars: 23
- Watchers: 5
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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
.. |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/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 `_
For the description of supported Command Line Interface options, see `the CLI documentation `_
Have question or feedback?
--------------------------
To provide feedback (requesting a feature or reporting a bug) please post to `issues `_.
License
-------
The scripts and documentation in this project are released under the `MIT License `_.