Skip to content

Add C++ linting #840

@scotts

Description

@scotts

Right now, we only use clang for formatting our C++ code:

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
hooks:
- id: clang-format
name: clang-format
files: \.(cpp|hpp|c|h)$
types: [file]

We should also do some actual linting with clang as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions