AusDTO/dta-website

View on GitHub

Showing 5 of 817 total issues

Method generate has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def generate(site)
        if ENV['FAST_BUILDS']
          Jekyll.logger.info "Lunr:", 'Skipping creation of search index...'
          return
        end
Severity: Major
Found in _plugins/jekyll_lunr_js_search.rb - About 2 hrs to fix

    Method initialize has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          def initialize(config = {})
            super(config)
    
            if ENV['FAST_BUILDS']
              return
    Severity: Minor
    Found in _plugins/jekyll_lunr_js_search.rb - About 1 hr to fix

      Method create has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
      Open

            def self.create(site, renderer)
              if site.is_a?(Jekyll::Page) or site.is_a?(Jekyll::Document)
                if defined?(site.date)
                  date = site.date
                else
      Severity: Minor
      Found in _plugins/jekyll_lunr_js_search.rb - 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

      Method initialize has 10 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def initialize(title, url, author, searchexcerpt, date, categories, tags, is_post, body, collection)
      Severity: Major
      Found in _plugins/jekyll_lunr_js_search.rb - About 1 hr to fix

        Method generate has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
        Open

              def generate(site)
                if ENV['FAST_BUILDS']
                  Jekyll.logger.info "Lunr:", 'Skipping creation of search index...'
                  return
                end
        Severity: Minor
        Found in _plugins/jekyll_lunr_js_search.rb - About 55 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