Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding goku.sx provider #348

Merged
merged 5 commits into from
Jun 23, 2023

Update build

43e6b77
Select commit
Loading
Failed to load commit list.
Merged

feat: adding goku.sx provider #348

Update build
43e6b77
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
codefactor.io / CodeFactor failed Jun 23, 2023 in 3s

10 issues found.

Annotations

Check warning on line 285 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L285

Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. (@typescript-eslint/no-non-null-asserted-optional-chain)

Check warning on line 315 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L315

Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. (@typescript-eslint/no-non-null-asserted-optional-chain)

Check warning on line 355 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L355

Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. (@typescript-eslint/no-non-null-asserted-optional-chain)

Check warning on line 384 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L384

Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong. (@typescript-eslint/no-non-null-asserted-optional-chain)

Check notice on line 246 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L246

'mediaId' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 284 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L284

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 314 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L314

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 354 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L354

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 383 in src/providers/movies/goku.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/providers/movies/goku.ts#L383

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 1 in test/movies/goku.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

test/movies/goku.test.ts#L1

'StreamingServers' is defined but never used. (@typescript-eslint/no-unused-vars)