uccser/verto

View on GitHub

Showing 28 of 64 total issues

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

    def custom_parsing(self, content_blocks, argument_values):
        '''
        Extracts the title and subtitle of panel block's contents.

        Args:
Severity: Minor
Found in verto/processors/PanelBlockProcessor.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 modify_rules has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def modify_rules(self, json_data):
        '''
        Modify the default tag argument rules using given custom rules.

        Args:
Severity: Minor
Found in verto/VertoExtension.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 add_to_heading_tree has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

    def add_to_heading_tree(self, heading, heading_slug, level):
        ''' Adds a new heading to the heading tree.

        Args:
            heading: A string of the heading title
Severity: Minor
Found in verto/processors/HeadingBlockProcessor.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 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, html_string, title, required_files, heading_tree, required_glossary_terms):
Severity: Minor
Found in verto/Verto.py - About 35 mins to fix

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

        def __init__(self, title, title_slug, level, parent, children):
    Severity: Minor
    Found in verto/utils/HeadingNode.py - About 35 mins to fix

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

          def process_html(self, node):
              '''
              Checks if given node is a scratch code tag and replaces
              with the given html template.
      
      
      Severity: Minor
      Found in verto/processors/ScratchTreeprocessor.py - 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 loadJinjaTemplates has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

          def loadJinjaTemplates(self, custom_templates):
              '''Loads default templates from the templates directory, if
              a custom template is given that will override the default
              template.
      
      
      Severity: Minor
      Found in verto/VertoExtension.py - 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 custom_parsing has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def custom_parsing(self, content_blocks, argument_values):
              '''
              Extracts the caption of an image block and creates file path based on whether internal or external image.
      
              Args:
      Severity: Minor
      Found in verto/processors/ImageContainerBlockProcessor.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