From 2896b2cc5046b04877ffc3d51da584c11b09721d Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 5 Aug 2020 12:59:02 +0000 Subject: Turn off lint for test marco definitions we can actually use clang-tidy to cleanup our code. --- vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vespalib/src/apps/make_fixture_macros') diff --git a/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp b/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp index d15b925d31a..4138708943e 100644 --- a/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp +++ b/vespalib/src/apps/make_fixture_macros/make_fixture_macros.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include -#include +#include +#include #include #include @@ -132,7 +132,7 @@ void make_macro_wire(int n) { out_opt(ignore, ", true", ", false"); out_opt(mt, ", threads", ", 1"); out_list_n(", ", "fixture%d", "", n); - out(")\n"); + out(") // NOLINT\n"); } } fprintf(stdout, "\n// test macro variants for %d test fixtures END\n\n", n); -- cgit v1.2.3