opsforgeio/cabot

View on GitHub

Showing 840 of 1,637 total issues

Avoid too many return statements within this function.
Open

      return rootjQuery.ready( selector );
Severity: Major
Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return key === undefined || core_hasOwn.call( obj, key );
    Severity: Major
    Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return results;
      Severity: Major
      Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                  return results;
        Severity: Major
        Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

              return jQuery.makeArray( selector, this );
          Severity: Major
          Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

              return select( selector.replace( rtrim, "$1" ), context, results, seed );
            Severity: Major
            Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                  return a.compareDocumentPosition ? -1 : 1;
              Severity: Major
              Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      return ret;
                Severity: Major
                Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                        return ret == null ?
                          undefined :
                          ret;
                  Severity: Major
                  Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                return results;
                    Severity: Major
                    Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          return this
                      Severity: Major
                      Found in cabot/static/bootstrap/js/bootstrap.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return ( context || rootjQuery ).find( selector );
                        Severity: Major
                        Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return this.constructor( context ).find( selector );
                          Severity: Major
                          Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                  return compare & 4 ? -1 : 1;
                            Severity: Major
                            Found in cabot/static/bootstrap/js/jquery-1.10.2.js - About 30 mins to fix

                              Function _calcLayoutError has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                                _calcLayoutError: function(alignables) {
                                  // Layout error is calculated as the number of linear pixels by which
                                  // an alignable extends past the left or right edge of the parent.
                                  var parentRect = this.element.parentNode.getBoundingClientRect();
                              
                              
                              Severity: Minor
                              Found in cabot/static/arachnys/js/rickshaw.js - About 25 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 addItem has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                                addItem: function(item) {
                              
                                  if (typeof(item.name) === 'undefined') {
                                    throw('addItem() needs a name');
                                  }
                              Severity: Minor
                              Found in cabot/static/arachnys/js/rickshaw.js - About 25 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 graphite_api_data has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                              def graphite_api_data(request):
                                  metric = request.GET.get('metric')
                                  if request.GET.get('frequency'):
                                      mins_to_check = int(request.GET.get('frequency'))
                                  else:
                              Severity: Minor
                              Found in cabot/cabotapp/views.py - About 25 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 post has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                                  def post(self, request, pk, alerttype):
                                      profile = UserProfile.objects.get(user=pk)
                                      if alerttype == u'General':
                                          form = GeneralSettingsForm(request.POST)
                                          if form.is_valid():
                              Severity: Minor
                              Found in cabot/cabotapp/views.py - About 25 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 run_all_checks has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                              def run_all_checks():
                                  from .models import StatusCheck
                                  from datetime import timedelta
                                  checks = StatusCheck.objects.all()
                                  seconds = range(60)
                              Severity: Minor
                              Found in cabot/cabotapp/tasks.py - About 25 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 get_all_metrics has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                              def get_all_metrics(limit=None):
                                  """Grabs all metrics by navigating find API recursively"""
                                  metrics = []
                              
                                  def get_leafs_of_node(nodepath):
                              Severity: Minor
                              Found in cabot/cabotapp/graphite.py - About 25 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