Skip to content

Commit

Permalink
style: please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Oct 15, 2023
1 parent 6c90d7a commit 8e13e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/env_base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func TestReadNonnegDuration(t *testing.T) {
}
}

//nolint:paralleltest // environment vars are global
//nolint:paralleltest,funlen // environment vars are global
func TestReadCron(t *testing.T) {
key := keyPrefix + "CRON"

Expand Down

0 comments on commit 8e13e07

Please sign in to comment.