Add tests to cpplint checks

This commit is contained in:
Christoph Bachhuber 2020-02-22 07:28:26 +01:00 committed by Henry Schreiner
parent 27da2f952e
commit 5b28c1407e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
vmImage: 'ubuntu-latest'
container: sharaku/cpplint:latest
steps:
- bash: cpplint --counting=detailed --recursive examples include/CLI
- bash: cpplint --counting=detailed --recursive examples include/CLI tests
displayName: Checking against google style guide
# TODO: Fix macOS error and windows warning in c++17 mode