You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* enables `gochecknoinits` linter in `.golintci.yaml
* refactors receiver plugins to require explicit `Register` call instead
of implicit `init`
* updates `app.go` to explicitly register all receiver plugins guarded
by `sync.Once`
* updates recevier tests to explicitly call `Register` during `TestMain`
* adds a `nolint:gochecknoinits` in `trie_test` to allow developer debug
logging
0 commit comments