FreeAllMedia/akiro

View on GitHub

Showing 3 of 76 total issues

Function invoke has 116 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    invoke(event, context) {
        let parameters = {};

        Async.series([
            (done) => {
Severity: Major
Found in es6/lib/akiro/builders/nodejs/akiroBuilder.js - About 4 hrs to fix

    Function initialize has 54 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        initialize(iamRoleName, callback) {
            const conan = this.conan;
    
            const lambdaName = "AkiroBuilder";
            const lambdaRole = iamRoleName;
    Severity: Major
    Found in es6/lib/akiro.js - About 2 hrs to fix

      Function package has 33 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          package(packageDetails, outputDirectoryPath, callback) {
              this.debug(".package()", {
                  packageDetails,
                  outputDirectoryPath
              });
      Severity: Minor
      Found in es6/lib/akiro.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language