Showing 517 of 5,909 total issues

Avoid too many return statements within this function.
Open

            return redirect("/files/{}/?dir={}".format(fstype, default_dir))
Severity: Major
Found in intranet/apps/files/views.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return redirect("files")
    Severity: Major
    Found in intranet/apps/files/views.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                      return redirect("files")
      Severity: Major
      Found in intranet/apps/files/views.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return render(request, "files/upload.html", context)
        Severity: Major
        Found in intranet/apps/files/views.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return redirect("files")
          Severity: Major
          Found in intranet/apps/files/views.py - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                                return redirect("files")
            Severity: Major
            Found in intranet/apps/files/views.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                              return redirect("/files/{}?dir={}".format(fstype, os.path.dirname(filepath)))
              Severity: Major
              Found in intranet/apps/files/views.py - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                return redirect("files")
                Severity: Major
                Found in intranet/apps/files/views.py - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return response
                  Severity: Major
                  Found in intranet/apps/files/views.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                return redirect("files")
                    Severity: Major
                    Found in intranet/apps/files/views.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                  return redirect("/files/{}?dir={}".format(fstype, os.path.dirname(filepath)))
                      Severity: Major
                      Found in intranet/apps/files/views.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                            return redirect("files")
                        Severity: Major
                        Found in intranet/apps/files/views.py - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                                  return redirect("files")
                          Severity: Major
                          Found in intranet/apps/files/views.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                            return redirect("files")
                            Severity: Major
                            Found in intranet/apps/files/views.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                  return render(request, "files/delete.html", context)
                              Severity: Major
                              Found in intranet/apps/files/views.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                return response
                                Severity: Major
                                Found in intranet/apps/files/views.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return redirect("/files/{}?dir={}".format(fstype, os.path.dirname(filepath)))
                                  Severity: Major
                                  Found in intranet/apps/files/views.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return redirect("/files/{}?dir={}".format(fstype, fsdir))
                                    Severity: Major
                                    Found in intranet/apps/files/views.py - About 30 mins to fix

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

                                      def get_date_range_this_year(now=None):
                                          """Return the starting and ending date of the current school year."""
                                          if now is None:
                                              now = timezone.localdate()
                                          if now.month <= settings.YEAR_TURNOVER_MONTH:
                                      Severity: Minor
                                      Found in intranet/utils/date.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 __contains__ has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          def __contains__(self, key):
                                              """Check if a string matches a glob in the list."""
                                      
                                              # request.HTTP_X_FORWARDED_FOR contains can contain a comma delimited
                                              # list of IP addresses, if the user is using a proxy
                                      Severity: Minor
                                      Found in intranet/utils/helpers.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