Supress clang-tidy warnings
This commit is contained in:
parent
74f53369c0
commit
a17010ed16
@ -64,6 +64,7 @@
|
|||||||
#include "utils/tsc.hpp"
|
#include "utils/tsc.hpp"
|
||||||
#include "utils/variant_helpers.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");
|
DEFINE_bool(use_multi_frame, false, "Whether to use MultiFrame or not");
|
||||||
|
|
||||||
namespace EventCounter {
|
namespace EventCounter {
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include "query/v2/bindings/frame.hpp"
|
#include "query/v2/bindings/frame.hpp"
|
||||||
#include "utils/pmr/vector.hpp"
|
#include "utils/pmr/vector.hpp"
|
||||||
|
|
||||||
|
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
|
||||||
DEFINE_uint64(default_multi_frame_size, 100, "Default size of MultiFrame");
|
DEFINE_uint64(default_multi_frame_size, 100, "Default size of MultiFrame");
|
||||||
|
|
||||||
namespace memgraph::query::v2 {
|
namespace memgraph::query::v2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user