docs.rs failed to build cpp-linter-2.0.0-rc.17
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
cpp-linter-2.0.0-rc9
cpp-linter
This crate contains the the library used as a backend for the
cpp-linter binary executable. The main focus of cpp-linter is as follows:
- Lint C/C++ sources using clang-format and clang-tidy.
- Respect file changes when run in a CI workflow on Github.
- Provide feedback via Github's REST API in the any of the following forms:
- step summary
- thread comments
- file annotation
- pull request review suggestions
See also the CLI document hosted on github.