zhmcclient/zhmccli

View on GitHub

Showing 139 of 191 total issues

File _cmd_partition.py has 1945 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# Copyright 2016,2019 IBM Corp. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Severity: Major
Found in zhmccli/_cmd_partition.py - About 5 days to fix

    File _cmd_imageprofile.py has 1698 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    # Copyright 2023 IBM Corp. All Rights Reserved.
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    Severity: Major
    Found in zhmccli/_cmd_imageprofile.py - About 4 days to fix

      File _helper.py has 1594 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      # Copyright 2016,2019 IBM Corp. All Rights Reserved.
      #
      # Licensed under the Apache License, Version 2.0 (the "License");
      # you may not use this file except in compliance with the License.
      # You may obtain a copy of the License at
      Severity: Major
      Found in zhmccli/_helper.py - About 4 days to fix

        File _cmd_cpc.py has 1168 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        # Copyright 2016,2019 IBM Corp. All Rights Reserved.
        #
        # Licensed under the Apache License, Version 2.0 (the "License");
        # you may not use this file except in compliance with the License.
        # You may obtain a copy of the License at
        Severity: Major
        Found in zhmccli/_cmd_cpc.py - About 3 days to fix

          File _cmd_lpar.py has 989 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          # Copyright 2016,2019 IBM Corp. All Rights Reserved.
          #
          # Licensed under the Apache License, Version 2.0 (the "License");
          # you may not use this file except in compliance with the License.
          # You may obtain a copy of the License at
          Severity: Major
          Found in zhmccli/_cmd_lpar.py - About 2 days to fix

            File _cmd_user.py has 886 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            # Copyright 2021 IBM Corp. All Rights Reserved.
            #
            # Licensed under the Apache License, Version 2.0 (the "License");
            # you may not use this file except in compliance with the License.
            # You may obtain a copy of the License at
            Severity: Major
            Found in zhmccli/_cmd_user.py - About 2 days to fix

              Function get_metric_values has a Cognitive Complexity of 82 (exceeds 5 allowed). Consider refactoring.
              Open

              def get_metric_values(client, metric_groups, resource_filter):
                  """
                  Retrieve and filter metric values of the specified metric groups.
              
                  Parameters:
              Severity: Minor
              Found in zhmccli/_cmd_metrics.py - About 1 day 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 cli has a Cognitive Complexity of 73 (exceeds 5 allowed). Consider refactoring.
              Open

              def cli(ctx, host, userid, password, no_verify, ca_certs, output_format,
                      transpose, error_format, timestats, log, log_dest, syslog_facility,
                      pdb):
                  """
                  Command line interface for the IBM Z HMC.
              Severity: Minor
              Found in zhmccli/zhmccli.py - About 1 day 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 cmd_partition_list has a Cognitive Complexity of 69 (exceeds 5 allowed). Consider refactoring.
              Open

              def cmd_partition_list(cmd_ctx, cpc_name, options):
                  # pylint: disable=missing-function-docstring
              
                  if options['help_usage']:
                      help_lines = """
              Severity: Minor
              Found in zhmccli/_cmd_partition.py - About 1 day 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

              File _cmd_storagegroup.py has 585 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              # Copyright 2020 IBM Corp. All Rights Reserved.
              #
              # Licensed under the Apache License, Version 2.0 (the "License");
              # you may not use this file except in compliance with the License.
              # You may obtain a copy of the License at
              Severity: Major
              Found in zhmccli/_cmd_storagegroup.py - About 1 day to fix

                File _cmd_user_pattern.py has 545 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                # Copyright 2024 IBM Corp. All Rights Reserved.
                #
                # Licensed under the Apache License, Version 2.0 (the "License");
                # you may not use this file except in compliance with the License.
                # You may obtain a copy of the License at
                Severity: Major
                Found in zhmccli/_cmd_user_pattern.py - About 1 day to fix

                  File _cmd_metrics.py has 531 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  # Copyright 2017,2019 IBM Corp. All Rights Reserved.
                  #
                  # Licensed under the Apache License, Version 2.0 (the "License");
                  # you may not use this file except in compliance with the License.
                  # You may obtain a copy of the License at
                  Severity: Major
                  Found in zhmccli/_cmd_metrics.py - About 1 day to fix

                    File _cmd_adapter.py has 488 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    # Copyright 2016,2019 IBM Corp. All Rights Reserved.
                    #
                    # Licensed under the Apache License, Version 2.0 (the "License");
                    # you may not use this file except in compliance with the License.
                    # You may obtain a copy of the License at
                    Severity: Minor
                    Found in zhmccli/_cmd_adapter.py - About 7 hrs to fix

                      File _cmd_loadprofile.py has 481 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      # Copyright 2023 IBM Corp. All Rights Reserved.
                      #
                      # Licensed under the Apache License, Version 2.0 (the "License");
                      # you may not use this file except in compliance with the License.
                      # You may obtain a copy of the License at
                      Severity: Minor
                      Found in zhmccli/_cmd_loadprofile.py - About 7 hrs to fix

                        Function cmd_partition_update has a Cognitive Complexity of 47 (exceeds 5 allowed). Consider refactoring.
                        Open

                        def cmd_partition_update(cmd_ctx, cpc_name, partition_name, options):
                            # pylint: disable=missing-function-docstring
                        
                            client = zhmcclient.Client(cmd_ctx.session)
                            partition = find_partition(cmd_ctx, client, cpc_name, partition_name)
                        Severity: Minor
                        Found in zhmccli/_cmd_partition.py - About 7 hrs 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 cmd_user_create has a Cognitive Complexity of 46 (exceeds 5 allowed). Consider refactoring.
                        Open

                        def cmd_user_create(cmd_ctx, options):
                            # pylint: disable=missing-function-docstring
                        
                            client = zhmcclient.Client(cmd_ctx.session)
                            console = client.consoles.console
                        Severity: Minor
                        Found in zhmccli/_cmd_user.py - About 7 hrs 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

                        File _cmd_nic.py has 457 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        # Copyright 2016,2019 IBM Corp. All Rights Reserved.
                        #
                        # Licensed under the Apache License, Version 2.0 (the "License");
                        # you may not use this file except in compliance with the License.
                        # You may obtain a copy of the License at
                        Severity: Minor
                        Found in zhmccli/_cmd_nic.py - About 7 hrs to fix

                          Function cmd_user_update has a Cognitive Complexity of 44 (exceeds 5 allowed). Consider refactoring.
                          Open

                          def cmd_user_update(cmd_ctx, user_name, options):
                              # pylint: disable=missing-function-docstring
                          
                              client = zhmcclient.Client(cmd_ctx.session)
                              console = client.consoles.console
                          Severity: Minor
                          Found in zhmccli/_cmd_user.py - About 6 hrs 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

                          File _cmd_user_role.py has 443 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          # Copyright 2021 IBM Corp. All Rights Reserved.
                          #
                          # Licensed under the Apache License, Version 2.0 (the "License");
                          # you may not use this file except in compliance with the License.
                          # You may obtain a copy of the License at
                          Severity: Minor
                          Found in zhmccli/_cmd_user_role.py - About 6 hrs to fix

                            File _cmd_console.py has 381 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            # Copyright 2022 IBM Corp. All Rights Reserved.
                            #
                            # Licensed under the Apache License, Version 2.0 (the "License");
                            # you may not use this file except in compliance with the License.
                            # You may obtain a copy of the License at
                            Severity: Minor
                            Found in zhmccli/_cmd_console.py - About 5 hrs to fix
                              Severity
                              Category
                              Status
                              Source
                              Language