Skip to content

Commit

Permalink
Add tests to cpplint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cbachhuber authored and henryiii committed Mar 23, 2020
1 parent 27da2f9 commit 5b28c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b28c14

Please sign in to comment.