VOL-2463 : Adding enable/disable PON port.
2. Raising and clearing alarm on disable and enable PON port.
3. Avoiding statistics collection for disabled pon.

Change-Id: I794d002a9fbf906cfb6aacbee0c6fea758617a61
diff --git a/.golangci.yml b/.golangci.yml
index 3c1a75a..6da1be5 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -77,6 +77,8 @@
     - "don't use underscores in Go names; method Cancel_image_download"
     - "don't use underscores in Go names; method Activate_image_update"
     - "don't use underscores in Go names; method Revert_image_update"
+    - "don't use underscores in Go names; method Disable_port"
+    - "don't use underscores in Go names; method Enable_port"
   exclude-use-default: false
 
 # golangci.com configuration