bitovi/canjs

View on GitHub

Showing 80 of 460 total issues

Function makeEntities has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

const makeEntities = function(parentId, depth) {
  if (depth > 5) {
    return [];
  }
  // The number of entities to create.

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 makeEntities has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

const makeEntities = function(parentId, depth) {
  if (depth > 5) {
    return [];
  }
  // The number of entities to create.

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 makeEntities has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

const makeEntities = function(parentId, depth) {
  if (depth > 5) {
    return [];
  }
  // The number of entities to create.

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 makeEntities has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

const makeEntities = function(parentId, depth) {
  if (depth > 5) {
    return [];
  }
  // The number of entities to create.

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 makeEntities has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

const makeEntities = function(parentId, depth) {
  if (depth > 5) {
    return [];
  }
  // The number of entities to create.

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 normalize has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    normalize: function(depName, depLoad, curName, curLoad, loader){
Severity: Minor
Found in build.js - About 35 mins to fix

    Function normalize has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

                normalize: function(depName, depLoad, curName, curLoad, loader){
    Severity: Minor
    Found in build-sizes.js - About 35 mins to fix

      Function showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

        showOnlyWhenBlurredOnce(errorStream, blurredStream) {
          const errorEvent = errorStream.map(error => {
            if (!error) {
              return {
                type: "valid"
      Severity: Minor
      Found in docs/can-guides/commitment/recipes/credit-card-advanced/7-disable-pay.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 showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

        showOnlyWhenBlurredOnce(errorStream, blurredStream) {
          const errorEvent = errorStream.map(error => {
            if (!error) {
              return {
                type: "valid"
      Severity: Minor
      Found in docs/can-guides/commitment/recipes/credit-card-advanced/4-card-blur.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 showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

        showOnlyWhenBlurredOnce(errorStream, blurredStream) {
          const errorEvent = errorStream.map(error => {
            if (!error) {
              return {
                type: "valid"
      Severity: Minor
      Found in docs/can-guides/commitment/recipes/credit-card-advanced/5-expiry.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 exports has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      module.exports = function(){
          var todoAlgebra = new set.Algebra(
            set.props.boolean("complete"),
            set.props.id("id"),
            set.props.sort("sort")
      Severity: Minor
      Found in benchmark/todomvc-code.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 showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

        showOnlyWhenBlurredOnce(errorStream, blurredStream) {
          const errorEvent = errorStream.map(error => {
            if (!error) {
              return {
                type: "valid"
      Severity: Minor
      Found in docs/can-guides/commitment/recipes/credit-card-advanced/8-pay-button.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 showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

        showOnlyWhenBlurredOnce(errorStream, blurredStream) {
          const errorEvent = errorStream.map(error => {
            if (!error) {
              return {
                type: "valid"
      Severity: Minor
      Found in docs/can-guides/commitment/recipes/credit-card-advanced/6-cvc.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 showOnlyWhenBlurredOnce has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

          showOnlyWhenBlurredOnce(errorStream, blurredStream) {
              const errorEvent = errorStream.map(error => {
                  if (!error) {
                      return {
                          type: "valid"

      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

      Avoid too many return statements within this function.
      Open

              return "invalid";
      Severity: Major
      Found in docs/can-guides/experiment/atm/8-choosing-transaction/js.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                        return "choosingTransaction";
        Severity: Major
        Found in docs/can-guides/experiment/atm/10-deposit-info/js.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return "readingCard";
          Severity: Major
          Found in docs/can-guides/experiment/atm/13-printing/js.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return "readingCard";
            Severity: Major
            Found in docs/can-guides/experiment/atm/10-deposit-info/js.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                              return "choosingTransaction";
              Severity: Major
              Found in docs/can-guides/experiment/atm/13-printing/js.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                return "choosingTransaction";
                Severity: Major
                Found in docs/can-guides/experiment/atm/atm-stream.js - About 30 mins to fix
                  Severity
                  Category
                  Status
                  Source
                  Language