From 52c29bc3d809e25bd10414dee131c743c8f49d49 Mon Sep 17 00:00:00 2001 From: Ricardo <159469490+ricjsan@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:55:45 +0100 Subject: [PATCH] fix: ignored alloc keys does not drop pvs and lbAllocations Signed-off-by: Ricardo <159469490+ricjsan@users.noreply.github.com> --- src/ignore_alloc_keys.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ignore_alloc_keys.json b/src/ignore_alloc_keys.json index 9821387..2f92521 100644 --- a/src/ignore_alloc_keys.json +++ b/src/ignore_alloc_keys.json @@ -1,3 +1,4 @@ -{ - "keys": ["pvs", "lbAllocations"] -} \ No newline at end of file +[ + "pvs", + "lbAllocations" +] \ No newline at end of file