Metadata-Version: 2.1
Name: cpp-linter
Version: 1.7.4
Summary: Run clang-format and clang-tidy on a batch of files.
Author-email: Brendan Doherty <2bndy5@gmail.com>, Peter Shen <xianpeng.shen@gmail.com>
License: MIT License
Project-URL: source, https://github.com/cpp-linter/cpp-linter
Project-URL: tracker, https://github.com/cpp-linter/cpp-linter/issues
Keywords: clang,clang-tools,linter,clang-tidy,clang-format
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: pygit2

C/C++ Linting Package
=====================

.. image:: https://img.shields.io/github/v/release/cpp-linter/cpp-linter
    :alt: Latest Version
    :target: https://github.com/cpp-linter/cpp-linter/releases
.. 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
.. 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
.. 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
.. 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

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