From 556004bf37253383e7e22f506dcdb76c87c44e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:32:04 +0200 Subject: [PATCH] Filter NETWORK_STREAM_VERSION from clang-tidy --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index f9c1c33605..7434d0073b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,6 +6,6 @@ Checks: > modernize-use-override CheckOptions: - key: cppcoreguidelines-macro-usage.AllowedRegexp - value: 'validate_global_widx' + value: 'validate_global_widx|NETWORK_STREAM_VERSION' WarningsAsErrors: true FormatStyle: 'file'