VOL-3434 Added SCA Fixes

Change-Id: I4f4e36f0a35fd58bd621f40615b4096d8d0db1f3
diff --git a/.golangci.yml b/.golangci.yml
index 0c26f3b..8d72659 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -83,4 +83,10 @@
     - "don't use underscores in Go names; method Child_device_lost"
     - "don't use underscores in Go names; method Start_omci_test"
     - "don't use underscores in Go names; method Get_ext_value"
+    - "Error return value of `dh.coreProxy.PortStateUpdate` is not checked"
+    - "Error return value of `rxCallbackEntry.cbFunction` is not checked"
+    - "Error return value of `oo.sendNextRequest` is not checked"
+    - "Error return value of `oo.pDevOmciCC.send` is not checked"
+    - "Error return value of `onuDeviceEntry.mibDbClass` is not checked"
+    - "Error return value of `handler.rebootDevice` is not checked"
   exclude-use-default: false