Quellcode durchsuchen

node/processor: fix linter warnings

tbjump vor 2 Jahren
Ursprung
Commit
c33ceadebf
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 1 0
      node/pkg/processor/cleanup.go
  2. 1 0
      node/pkg/processor/observation.go

+ 1 - 0
node/pkg/processor/cleanup.go

@@ -1,3 +1,4 @@
+// nolint:unparam // this will be refactored in https://github.com/wormhole-foundation/wormhole/pull/1953
 package processor
 
 import (

+ 1 - 0
node/pkg/processor/observation.go

@@ -1,3 +1,4 @@
+//nolint:unparam // this will be refactored in https://github.com/wormhole-foundation/wormhole/pull/1953
 package processor
 
 import (