cpp-linter


Namecpp-linter JSON
Version 1.8.1 PyPI version JSON
download
home_pageNone
SummaryRun clang-format and clang-tidy on a batch of files.
upload_time2024-03-27 21:39:50
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT License
keywords clang clang-tools linter clang-tidy clang-format
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cpp-linter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "clang, clang-tools, linter, clang-tidy, clang-format",
    "author": null,
    "author_email": "Brendan Doherty <2bndy5@gmail.com>, Peter Shen <xianpeng.shen@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "C/C++ Linting Package\n=====================\n\n.. |latest-version| image:: https://img.shields.io/github/v/release/cpp-linter/cpp-linter\n    :alt: Latest Version\n    :target: https://github.com/cpp-linter/cpp-linter/releases\n.. |license-badge| image:: https://img.shields.io/github/license/cpp-linter/cpp-linter?label=license&logo=github\n    :alt: License\n    :target: https://github.com/cpp-linter/cpp-linter/blob/main/LICENSE\n.. |codecov-badge| image:: https://codecov.io/gh/cpp-linter/cpp-linter/branch/main/graph/badge.svg?token=0814O9WHQU\n    :alt: CodeCov\n    :target: https://codecov.io/gh/cpp-linter/cpp-linter\n.. |doc-badge| image:: https://github.com/cpp-linter/cpp-linter/actions/workflows/build-docs.yml/badge.svg\n    :alt: Docs\n    :target: https://cpp-linter.github.io/cpp-linter\n.. |pypi-badge| image:: https://img.shields.io/pypi/dw/cpp-linter?color=dark-green&label=PyPI%20Downloads&logo=python&logoColor=white\n    :target: https://pepy.tech/project/cpp-linter\n    :alt: PyPI - Downloads\n\n|latest-version| |license-badge| |codecov-badge| |doc-badge| |pypi-badge|\n\nA 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.\n\nUsage\n-----\n\nFor usage in a CI workflow, see `the cpp-linter/cpp-linter-action repository <https://github.com/cpp-linter/cpp-linter-action>`_\n\nFor the description of supported Command Line Interface options, see `the CLI documentation <https://cpp-linter.github.io/cpp-linter/cli_args.html>`_\n\nHave question or feedback?\n--------------------------\n\nTo provide feedback (requesting a feature or reporting a bug) please post to `issues <https://github.com/cpp-linter/cpp-linter/issues>`_.\n\nLicense\n-------\n\nThe scripts and documentation in this project are released under the `MIT License <https://github.com/cpp-linter/cpp-linter/blob/master/LICENSE>`_.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Run clang-format and clang-tidy on a batch of files.",
    "version": "1.8.1",
    "project_urls": {
        "source": "https://github.com/cpp-linter/cpp-linter",
        "tracker": "https://github.com/cpp-linter/cpp-linter/issues"
    },
    "split_keywords": [
        "clang",
        " clang-tools",
        " linter",
        " clang-tidy",
        " clang-format"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0227658860de9c3a763e855c211b60ee8e6a3e986efbdaf7f1259b9351157e4",
                "md5": "ea2e90a4a545714103aad0c2bcaa40a5",
                "sha256": "d1d16223da42c5ace3ee7936f8916a8c21d9859f5c930e49eb70dfdee04c6ba4"
            },
            "downloads": -1,
            "filename": "cpp_linter-1.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea2e90a4a545714103aad0c2bcaa40a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35598,
            "upload_time": "2024-03-27T21:39:50",
            "upload_time_iso_8601": "2024-03-27T21:39:50.360031Z",
            "url": "https://files.pythonhosted.org/packages/e0/22/7658860de9c3a763e855c211b60ee8e6a3e986efbdaf7f1259b9351157e4/cpp_linter-1.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 21:39:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cpp-linter",
    "github_project": "cpp-linter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cpp-linter"
}
        
Elapsed time: 0.21561s