Elastoo-Team/sitri

View on GitHub

Showing 13 of 79 total issues

Function _build_default has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
Open

    def _build_default(self, *args: t.Any, **kwargs: t.Any) -> t.Dict[str, t.Any]:
        """_build_default."""
        d: t.Dict[str, str | None] = {}

        provider = self.__config__.provider
Severity: Minor
Found in sitri/settings/contrib/vault/vault_kv.py - 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 _build_local has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Open

    def _build_local(self, *args: t.Any, **kwargs: t.Any) -> t.Dict[str, t.Any]:
        """_build_local."""
        d: t.Dict[str, str | None] = {}

        for field in self.__fields__.values():
Severity: Minor
Found in sitri/settings/contrib/vault/vault_kv.py - 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 _build_default has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Open

    def _build_default(self, *args: t.Any, **kwargs: t.Any) -> t.Dict[str, t.Any]:
        """_build_default."""
        d: t.Dict[str, str | None] = {}

        provider = self.__config__.provider
Severity: Minor
Found in sitri/settings/contrib/yaml.py - 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 __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Major
Found in sitri/providers/contrib/json.py - About 50 mins to fix

    Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(
    Severity: Major
    Found in sitri/providers/contrib/yaml.py - About 50 mins to fix

      Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def __init__(
      Severity: Major
      Found in sitri/providers/contrib/toml.py - About 50 mins to fix

        Function _get_by_path has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

            def _get_by_path(self, path: str, separator: str) -> t.Any:
                """Retrieve value from a dictionary using a list of keys.
        
                :param path: string with separated keys
                """
        Severity: Minor
        Found in sitri/providers/contrib/toml.py - 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 __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(
        Severity: Minor
        Found in sitri/providers/contrib/vault/vault_kv.py - About 45 mins to fix

          Function _get_by_path has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
          Open

              def _get_by_path(self, path: str, separator: str) -> t.Any:
                  """Retrieve value from a dictionary using a list of keys.
          
                  :param path: string with separated keys
                  """
          Severity: Minor
          Found in sitri/providers/contrib/yaml.py - 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 _get_by_path has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
          Open

              def _get_by_path(self, path: str, separator: str) -> t.Any:
                  """Retrieve value from a dictionary using a list of keys.
          
                  :param path: string with separated keys
                  """
          Severity: Minor
          Found in sitri/providers/contrib/json.py - 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 get has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def get(
          Severity: Minor
          Found in sitri/providers/contrib/vault/vault_kv.py - About 35 mins to fix

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

                def _build_values(
            Severity: Minor
            Found in sitri/settings/base.py - About 35 mins to fix

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

                  def _build_values(
              Severity: Minor
              Found in sitri/settings/base.py - About 35 mins to fix
                Severity
                Category
                Status
                Source
                Language