Skip to content

kr_mav_controllers migrated to ROS2 humble #16

kr_mav_controllers migrated to ROS2 humble

kr_mav_controllers migrated to ROS2 humble #16

Workflow file for this run

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