From dad99aaeca0e0b9c3916079b1e9b3e94cae5a5bf Mon Sep 17 00:00:00 2001 From: John Bytheway Date: Fri, 10 Apr 2020 16:07:13 -0400 Subject: [PATCH] Suppress guard change for catch.hpp We don't want to change the header guard for catch.hpp. --- tests/catch/catch.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/catch/catch.hpp b/tests/catch/catch.hpp index 3836b220c2544..94b5497e0c03c 100644 --- a/tests/catch/catch.hpp +++ b/tests/catch/catch.hpp @@ -8,6 +8,7 @@ * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ +// NOLINTNEXTLINE(cata-header-guard) #ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED #define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED // start catch.hpp