Godzil/Crunchy

View on GitHub
src/vlos.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function getMedia has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getMedia(vlosScript: string, seasonTitle: string, seasonNumber: string): IEpisodePage
{
  let vlosMedia: IVlosScript;

  function f(script: string) {
Severity: Minor
Found in src/vlos.ts - About 1 hr to fix

    Function f has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function f(script: string) {
        /* We need to scope things */
    
        /* This is what will give us the medias */
        function VilosPlayer() {
    Severity: Minor
    Found in src/vlos.ts - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status