Skip to content

Commit

Permalink
test(lint): Suppress cyclomatic complexity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 3, 2024
1 parent d2d5930 commit 7934fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/handlers/mix.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func MixFlags(cmd *cobra.Command) {
cmd.PersistentFlags().Duration("stream-chunk-length", chunkLengthDefault, "Sets the length of each chunk when casting")
}

//nolint:gocyclo
func Mix(app *pocketbase.PocketBase) echo.HandlerFunc {
cache := streamcache.New()
dataFs := os.DirFS(filepath.Join(app.DataDir(), "storage"))
Expand Down

0 comments on commit 7934fe8

Please sign in to comment.