From 7a77fd82dfed9ec6097093f26f9c82eaa30b47ae Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 9 Aug 2022 17:12:48 +0530 Subject: [PATCH] Project: Add event queue's entries to Vulture allowlist --- vulture_allowlist.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 287619b44..d268f68a1 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -261,3 +261,12 @@ key_list simulation netmap validate_windows_filename_not_reserved +subscribe_all # common\event_queue\i_event_queue.py +subscribe_type # common\event_queue\i_event_queue.py +subscribe_tag # common\event_queue\i_event_queue.py +publish # common\event_queue\i_event_queue.py +subscribe_all # common\event_queue\pypubsub_event_queue.py +subscribe_type # common\event_queue\pypubsub_event_queue.py +subscribe_tag # common\event_queue\pypubsub_event_queue.py +publish # common\event_queue\pypubsub_event_queue.py +PyPubSubEventQueue # common\event_queue\pypubsub_event_queue.py