New Linter: clang-format
It would be great if lint-action adds support for clang-format. clang-format is de facto standard for C / C++ / Objective-C families and it provides auto fix feature.
Thanks for the request, sounds good to me. Are you able to add the linter by yourself?
Take a look at https://github.com/wearerequired/lint-action/blob/master/CONTRIBUTING.md#adding-a-new-linter to see what's needed to get a new linter/formatter added.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm trying to implement clang-format linter now :+1: