rqt_mav_manager and kr_crazyflie_interface migrated to ROS2 humble #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Reviewdog | |
on: [pull_request] | |
jobs: | |
cpplint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: reviewdog/action-cpplint@master | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review | |
flags: --linelength=120 | |
filter: "-readability/braces\ | |
,-whitespace/braces\ | |
,-whitespace/parens\ | |
,-whitespace/newline\ | |
,-build/header_guard\ | |
,-readability/todo\ | |
,-build/c++11" | |
# -readability/braces\ | |
# ,-whitespace/comments\ | |
# ,-whitespace/indent\ | |
# ,-whitespace/operators\ | |
# " # Optional |