# NewDeleteLeaks has many false positives w.r.t smart pointers.
Checks:
  -*,

  clang-analyzer-*,
  -clang-analyzer-cplusplus.NewDeleteLeaks,

HeaderFilterRegex:
  src/include|tools/benchmark/include|tools/nodejs_api/src_cpp/include|tools/python_api/src_cpp/include|tools/rust_api/include|tools/shell/include|extension/[a-zA-Z0-9]*/src/include
WarningsAsErrors: "*"
