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'