VOL-2225 Event Filtering mechanism

         This commit contains changes related to migration from alarm
         filter to event filter.

Change-Id: Iccd10a43aefc8611ba045df2a0daf919bf74572a
diff --git a/.golangci.yml b/.golangci.yml
index ed56321..3c1a75a 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -67,8 +67,8 @@
     - "don't use underscores in Go names; method Update_flows_incrementally"
     - "don't use underscores in Go names; method Update_pm_config"
     - "don't use underscores in Go names; method Receive_packet_out"
-    - "don't use underscores in Go names; method Suppress_alarm"
-    - "don't use underscores in Go names; method Unsuppress_alarm"
+    - "don't use underscores in Go names; method Suppress_event"
+    - "don't use underscores in Go names; method Unsuppress_event"
     - "don't use underscores in Go names; method Get_ofp_device_info"
     - "don't use underscores in Go names; method Get_ofp_port_info"
     - "don't use underscores in Go names; method Process_inter_adapter_message"