Supress clang-tidy warnings

This commit is contained in:
János Benjamin Antal 2023-02-15 08:37:45 +01:00
parent 74f53369c0
commit a17010ed16
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@
#include "utils/tsc.hpp"
#include "utils/variant_helpers.hpp"
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DEFINE_bool(use_multi_frame, false, "Whether to use MultiFrame or not");
namespace EventCounter {

View File

@ -17,6 +17,7 @@
#include "query/v2/bindings/frame.hpp"
#include "utils/pmr/vector.hpp"
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DEFINE_uint64(default_multi_frame_size, 100, "Default size of MultiFrame");
namespace memgraph::query::v2 {