cpplint --counting=detailed --recursive .

This commit is contained in:
Christian Clauss
2019-11-27 00:15:06 +01:00
committed by GitHub
parent 8abb4aa1f9
commit d924195016

View File

@@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --recursive .
- run: cpplint --counting=detailed --recursive .