This commit is contained in:
Christian Clauss 2019-11-27 00:50:33 +01:00 committed by GitHub
parent 60cd628762
commit 639e46f023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --filter=
# - run: cpplint --filter= # print out all cpplint rules
# TODO: Remove each filter one at a time and fix those failures
- run: cpplint --filter=-build,-legal,-readability,-runtime,-whitespace --recursive .