Skip to content

Added rostest for SO3ControlNodelet #11

Added rostest for SO3ControlNodelet

Added rostest for SO3ControlNodelet #11

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: "-whitespace/braces\"
,-whitespace/parens\
,-whitespace/newline\
,-build/c++11"
# -readability/braces\
# ,-whitespace/comments\
# ,-whitespace/indent\
# ,-whitespace/operators\
# " # Optional