lint-action icon indicating copy to clipboard operation
lint-action copied to clipboard

New Linter: clang-format

Open manicmaniac opened this issue 3 years ago • 3 comments

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.

manicmaniac avatar Aug 20 '22 10:08 manicmaniac

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.

ocean90 avatar Aug 29 '22 09:08 ocean90

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.

github-actions[bot] avatar Sep 14 '22 03:09 github-actions[bot]

I'm trying to implement clang-format linter now :+1:

manicmaniac avatar Sep 14 '22 06:09 manicmaniac