Skip to content

Enable the build/namespaces cpplint check in actions #35

Enable the build/namespaces cpplint check in actions

Enable the build/namespaces cpplint check in actions #35

Workflow file for this run

name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install cpplint
- run: cpplint --quiet --root=../ --filter=-build/c++11,-build/include,-runtime/array,-runtime/string,-whitespace/braces,-whitespace/indent,-whitespace/line_length,-whitespace/tab --recursive src tests