ridiculous/drg

View on GitHub

Showing 2 of 2 total issues

Method swap_version has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
Open

      def swap_version(full_version)
        code, *comments = line.split(/#/)
        parts = code.split(',')
        end_of_line = code.rstrip.end_with?(',') ? ",#{parts.last}" : ''
        if parts.size == 1
Severity: Minor
Found in lib/drg/tasks/gemfile_line.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 find_by_name has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
Open

      def find_by_name(name)
        lines.each_with_index.each do |line, index|
          next if line =~ /^\s*#/
          next if line =~ /:?path:?\s*(=>)?\s*/
          next if line =~ /(:git(hub)?)|(git(hub)?:)\s*(=>)?\s*/
Severity: Minor
Found in lib/drg/tasks/gemfile.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

Severity
Category
Status
Source
Language