BuGlessRB/remixml

View on GitHub

Showing 3 of 19 total issues

Avoid deeply nested control flow statements.
Open

skipdef:      do
              {
        switch (shouldtag)
                { case "noparse":
            if(!--noparse)
Severity: Major
Found in remixml.master.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                  if (!comment)
                  { delete gotparms[""];
                    obj += "W=H;";
                    if (!noparse)
                    { switch (tag)
    Severity: Major
    Found in remixml.master.js - About 45 mins to fix

      Consider simplifying this complex logical expression.
      Open

                      if (!noparse)
                      { switch (tag)
                        { case "set":
                          { obj += letHprefix;
                            let vname = getvarparm();
      Severity: Major
      Found in remixml.master.js - About 40 mins to fix
        Severity
        Category
        Status
        Source
        Language