From 3de4e207a0697745e30fc46fbac623ae7ac27663 Mon Sep 17 00:00:00 2001 From: Ygg01 Date: Mon, 23 Oct 2023 11:38:41 +0200 Subject: [PATCH] Update Qodana heap allocation exclusions. --- qodana.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qodana.yaml b/qodana.yaml index f00cd09..1e07777 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -34,3 +34,7 @@ exclude: - name: CheckNamespace paths: - Linguini.Bundle\IsExternalInit.cs + - name: HeapView.ObjectAllocation.Evident + - name: HeapView.DelegateAllocation + - name: HeapView.BoxingAllocation + - name: HeapView.ClosureAllocation