binoculars/aws-cloudformation-cognito-identity-pool

View on GitHub

Showing 4 of 7 total issues

Function handler has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.handler = (event, context, callback) => {
    console.log(event, context);

    const {
        StackId,
Severity: Major
Found in index.js - About 3 hrs to fix

    File test.js has 277 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /* eslint-env node, mocha */
    
    'use strict';
    
    const packageInfo = require('./../../package.json');
    Severity: Minor
    Found in tests/unit/test.js - About 2 hrs to fix

      Function handler has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
      Open

      exports.handler = (event, context, callback) => {
          console.log(event, context);
      
          const {
              StackId,
      Severity: Minor
      Found in index.js - About 2 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function respond has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function respond(Status, Data, PhysicalResourceId=logStreamName) {
              const responseBody = JSON.stringify({
                  Status,
                  Reason: `See the details in CloudWatch Log Stream: ${logStreamName}`,
                  PhysicalResourceId,
      Severity: Minor
      Found in index.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language