Skip to content

Commit

Permalink
Fix tests and lints
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
  • Loading branch information
mxpv committed Mar 31, 2024
1 parent 145abe1 commit 391489a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ linters:
- interfacer
- unconvert
- maligned
- depguard
# - depguard
- nakedret
- prealloc
- whitespace
Expand Down
1 change: 0 additions & 1 deletion pkg/builder/youtube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func TestYT_BuildFeed(t *testing.T) {
require.NoError(t, err)

urls := []string{
"https://youtube.com/user/fxigr1",
"https://www.youtube.com/channel/UCupvZG-5ko_eiXAupbDfxWw",
"https://www.youtube.com/playlist?list=PLF7tUDhGkiCk_Ne30zu7SJ9gZF9R9ZruE",
"https://www.youtube.com/channel/UCK9lZ2lHRBgx2LOcqPifukA",
Expand Down

0 comments on commit 391489a

Please sign in to comment.