Skip to content

Commit

Permalink
Update cpplint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmack66 committed Apr 2, 2024
1 parent c3d1a58 commit a48d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --exclude=libraries/External/,--filter=-whitespace,-legal/copyright,-readability/braces,-build/include_subdir,-readability/casting --recursive .
- run: cpplint --exclude=./libraries/External,--filter=-whitespace,-legal/copyright,-readability/braces,-build/include_subdir,-readability/casting --recursive .

0 comments on commit a48d5be

Please sign in to comment.