actions-marketplace-validations/ros-melodic clang-tidy review
Create a pull request review based on warnings from clang-tidy and Derived from clang-tidy-review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token | no | ${{ github.token }} |
| build_dir | Directory containing the compile_commands.json file | no | . |
| clang_tidy_version | Version of clang-tidy to use; one of 6.0, 7, 8, 9, 10 | no | 10 |
| clang_tidy_checks | List of checks | no | -*,performance-*,readability-*,bugprone-*,clang-analyzer-*,cppcoreguidelines-*,mpi-*,misc-* |
| include | Comma-separated list of files or patterns to include | no | *.[ch],*.[ch]xx,*.[ch]pp,*.[ch]++,*.cc,*.hh |
| exclude | Comma-separated list of files or patterns to exclude | no | "" |
| apt_packages | Comma-separated list of apt packages to install | no | "" |
| max_comments | Maximum number of comments to post at once | no | 25 |
| rosdep_install | Install package dependencies with rosdep install | no | False |
| pr | — | — | ${{ github.event.pull_request.number }} |
| repo | — | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| total_comments | Total number of warnings from clang-tidy |