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.

Home Page:https://cpp-linter.github.io/cpp-linter-action/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup cpp_linter source code starting from `v2`

shenxianpeng opened this issue · comments

Since we have already abstracted python sources from cpp-linter-action to cpp-linter repo, and we'll change action from using docker to composite steps, it's ready to clean up cpp_linter related code starting from v2 release.

The docs should be altered (or removed), so that the only the README (& possibly the new contributing guidelines) are rendered. The API reference pages will no longer be needed if the python source code is removed. In fact, removing the python sources without altering the docs may actually break docs' build.

The dev-test.yml CI and the coverage badge should go too.

If #83 is ready to merge, it should be simple to merge it and then clean up the source code to avoid conflicts.

Submitting a review shortly