psastras/swagger2aglio

View on GitHub

Showing 5 of 5 total issues

Function convert has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function convert(program, callback) {

  // define no-op callback
  if (!callback) {
    callback = function (err, blueprint) { }
Severity: Major
Found in index.js - About 2 hrs to fix

    Function init has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
    Open

    function init() {
        var i, j;
    
        // Make collapse buttons clickable
        var buttons = document.querySelectorAll('.collapse-button');
    Severity: Minor
    Found in templates/scripts.js - About 1 hr 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 toggleTabButton has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

    function toggleTabButton(event) {
        var i, index;
        var button = event.target;
    
        // Get index of the current button.
    Severity: Minor
    Found in templates/scripts.js - About 45 mins 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 toggleCollapseNav has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function toggleCollapseNav(event, force) {
        var heading = event.target.parentNode;
        var content = heading.nextSibling;
        var inner = content.children[0];
    
    
    Severity: Minor
    Found in templates/scripts.js - About 35 mins 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 autoCollapse has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function autoCollapse() {
      var windowHeight = getWindowDimensions()[1];
      var itemsHeight = 64; /* Account for some padding */
      var itemsArray = Array.prototype.slice.call(
        document.querySelectorAll('nav .resource-group .heading'));
    Severity: Minor
    Found in templates/scripts.js - About 35 mins 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

    Severity
    Category
    Status
    Source
    Language