ucpr/mongo-streamer

View on GitHub
hack/tester/main.go

Summary

Maintainability
A
3 hrs
Test Coverage
F
0%

Showing 2 of 2 total issues

Method App.Run has a Cognitive Complexity of 32 (exceeds 20 allowed). Consider refactoring.
Open

func (a *App) Run(ctx context.Context) error {
col := a.mcli.Collection("tweets")
for {
select {
case <-ctx.Done():
Severity: Minor
Found in hack/tester/main.go - About 2 hrs to fix

Method App.Run has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (a *App) Run(ctx context.Context) error {
col := a.mcli.Collection("tweets")
for {
select {
case <-ctx.Done():
Severity: Minor
Found in hack/tester/main.go - About 1 hr to fix
    Category
    Status