Trioxis/aws-backup-manager

View on GitHub
src/Actioner/SnapshotVolumeAction.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _tagSnapshot has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let _tagSnapshot = (snapshot, action) => {
    let ec2 = new AWS.EC2();
    let madeDate = moment(snapshot.StartTime, 'ddd MMM DD YYYY HH:mm:ss ZZ');
    let tags = [{
        Key: 'backups:config-v0',
Severity: Minor
Found in src/Actioner/SnapshotVolumeAction.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status