VOL-4077: Improve storage usage on etcd
- Do away with unnecessary data storage on etcd if it can be
  reconciled on adapter restart
- For data that needs storage, use lesser footprint if possible
- Use write-through-cache for all data stored on etcd via
  resource manager module
- Use ResourceManager module per interface to localize lock
  contention per PON port

Change-Id: I21d38216fab195d738a446b3f96a00251569e38b
diff --git a/.golangci.yml b/.golangci.yml
index 68c70c2..b52edd7 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -90,4 +90,5 @@
     - "don't use underscores in Go names; method Start_omci_test"
     - "don't use underscores in Go names; method Get_ext_value"
     - "don't use underscores in Go names; method Single_get_value_request"
+    - "don't use underscores in Go names; method Process_tech_profile_instance_request"
   exclude-use-default: false