Skip to content

Commit

Permalink
fix(lint): fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamjz committed Nov 23, 2023
1 parent 3b10bd9 commit 09afadd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ issues:
linters:
- funlen
- govet
- cyclop
1 change: 0 additions & 1 deletion pkg/episode/episode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func genVidSubFiles() {
log.Fatalf("failed to generate other file: %v", err)
}
_ = f4.Close()

}

func TestAutoRename(t *testing.T) {
Expand Down

0 comments on commit 09afadd

Please sign in to comment.