Trioxis/aws-backup-manager

View on GitHub
src/EC2Store.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function listEBS has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    listEBS () {
        let warnings = [];
        return new Promise( (resolve, reject) => {

            let ec2 = new AWS.EC2();
Severity: Major
Found in src/EC2Store.js - About 2 hrs to fix

    Function listSnapshots has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        listSnapshots () {
            let warnings = [];
    
            return new Promise((resolve, reject) => {
                let ec2 = new AWS.EC2();
    Severity: Major
    Found in src/EC2Store.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status