aquaform/project-lvl2-s96

View on GitHub

Showing 45 of 45 total issues

Avoid too many return statements within this function.
Open

        return `Property '${host}.${node.key}' was added with value: '${node.afterValue}'`;
Severity: Major
Found in src/strategies/renderAstToPlain.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return `Property '${host}.${node.key}' was removed`;
    Severity: Major
    Found in src/strategies/renderAstToPlain.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return null;
      Severity: Major
      Found in src/strategies/renderAstToPlain.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return null;
        Severity: Major
        Found in src/strategies/renderAstToPlain.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                return buildNode({ key, type: 'changed', beforeValue: beforeConfig[key], afterValue: afterConfig[key] });
          Severity: Major
          Found in src/buildAstOfDiffs.js - About 30 mins to fix
            Severity
            Category
            Status
            Source
            Language