matthodan/jekyll-asset-pipeline

View on GitHub

Showing 4 of 4 total issues

Method run has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def run(manifest, prefix, source, destination, tag, type, config)
Severity: Major
Found in lib/jekyll_asset_pipeline/pipeline.rb - About 50 mins to fix

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

        def initialize(manifest, prefix, source, destination, type, options = {})
    Severity: Minor
    Found in lib/jekyll_asset_pipeline/pipeline.rb - About 45 mins to fix

      Method convert has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def convert
            @assets.each do |asset|
              # Convert asset multiple times if more than one converter is found
              finished = false
              while finished == false
      Severity: Minor
      Found in lib/jekyll_asset_pipeline/pipeline.rb - 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

      Method compress has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def compress
            @assets.each do |asset|
              # Find a compressor to use
              klass = ::JekyllAssetPipeline::Compressor.subclasses.select do |c|
                c.filetype == @type
      Severity: Minor
      Found in lib/jekyll_asset_pipeline/pipeline.rb - 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