Use reactive logger in app framework #149
reviewdog [golangci-app] report
reported by reviewdog 🐶
Findings (6)
app/app.go|1| : # github.com/iotaledger/hive.go/app
app/component.go|77 col 17| assignment mismatch: 2 variables but c.App().NewLogger returns 1 value (typecheck)
app/components/profiling/component.go|13 col 2| could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
app/component.go|77 col 17| assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
app/components/shutdown/component.go|6 col 2| could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
app/component.go|77 col 17| assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in app/app.go
github-actions / golangci-app
[golangci-app] app/app.go#L1
: # github.com/iotaledger/hive.go/app
Raw output
app.go:1: : # github.com/iotaledger/hive.go/app
Check failure on line 77 in app/component.go
github-actions / golangci-app
[golangci-app] app/component.go#L77
assignment mismatch: 2 variables but c.App().NewLogger returns 1 value (typecheck)
Raw output
./component.go:77:17: assignment mismatch: 2 variables but c.App().NewLogger returns 1 value (typecheck)
package app
Check failure on line 13 in app/components/profiling/component.go
github-actions / golangci-app
[golangci-app] app/components/profiling/component.go#L13
could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
Raw output
components/profiling/component.go:13:2: could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
Check failure on line 77 in app/component.go
github-actions / golangci-app
[golangci-app] app/component.go#L77
assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
Raw output
./component.go:77:17: assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
"github.com/iotaledger/hive.go/app"
^
Check failure on line 6 in app/components/shutdown/component.go
github-actions / golangci-app
[golangci-app] app/components/shutdown/component.go#L6
could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
Raw output
components/shutdown/component.go:6:2: could not import github.com/iotaledger/hive.go/app (-: # github.com/iotaledger/hive.go/app
Check failure on line 77 in app/component.go
github-actions / golangci-app
[golangci-app] app/component.go#L77
assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
Raw output
./component.go:77:17: assignment mismatch: 2 variables but c.App().NewLogger returns 1 value) (typecheck)
"github.com/iotaledger/hive.go/app"
^