Skip to content

Commit

Permalink
'Fix' cyclomatic complexity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson committed Dec 6, 2023
1 parent 9389d13 commit 27eb07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/eea/eea.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (e *EEA) AggregateMiddleware(h message.HandlerFunc) message.HandlerFunc {
}
}

// nolint:gocyclo // TODO: hacking in the TODO about foreign keys pushed this over the limit.
func (e *EEA) aggregate(msg *message.Message) (*message.Message, error) {
ctx := msg.Context()
inf, err := engine.ParseEntityEvent(msg)
Expand Down

0 comments on commit 27eb07b

Please sign in to comment.