cpp-linter / cpp-linter-action

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
https://cpp-linter.github.io/cpp-linter-action/
MIT License
91 stars 21 forks source link

Support clang-tools version 18 #204

Closed shenxianpeng closed 6 months ago

shenxianpeng commented 6 months ago

In addition to #203, I also made the following changes.

shenxianpeng commented 6 months ago
image

Oh, no... the new draft release can not be published because the description is more than 125 characters.

We need to change it from

Linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

to a new one, like

Linting C/C++ code integrating clang-tidy and clang-format provides feedback in a variety of ways.

Any other suggestions?

2bndy5 commented 6 months ago

Yeah, that seems fine. It is difficult to summarize everything this action can do in 125 characters. Clearly, I'm not big on using social media 🤣

I figure if anyone clicks on our action in the marketplace, they should see the pictures and get a sense of what we are offering.

2bndy5 commented 6 months ago

How about

Linting C/C++ code with clang-tidy or clang-format to give feedback as comments, PR reviews, and more.

shenxianpeng commented 6 months ago

Thank you.