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
90 stars 21 forks source link

Remove Cppcheck #2

Closed shenxianpeng closed 3 years ago

2bndy5 commented 3 years ago

I was wondering why you decided to do this. It could be reverted and made optional via another input arg, but I realize there are other ways to run cppcheck (I've been looking at using it in CMake).

shenxianpeng commented 3 years ago

This is a lint action, I'd like to make it simple, so I removed it.