From 5b28c1407e8088a4a999b340ecd4601c9e2be32e Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Sat, 22 Feb 2020 07:28:26 +0100 Subject: [PATCH] Add tests to cpplint checks --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d01a24069..f7489fef3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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