-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nakul-py commentedon Aug 1, 2025
@ianthomas23 we can use these core tools for automated linting:
clang-format
: for linting/formatting code.clang-tidy
: catches bugs, modernizations, style issues, and static-analysis-like warnings.pre-commit
: framework to run linting/formatting locally before commits.ianthomas23 commentedon Aug 1, 2025
Thanks @nakul-py; I think everyone here is aware of the possibilities.