Showing 255 of 2,705 total issues
Avoid too many return
statements within this method. Open
Open
return matches if return_all and matches.size >= 1
Avoid too many return
statements within this method. Open
Open
return nil
Avoid too many return
statements within this method. Open
Open
return name_only ? name : $MU_CFG['azure'][name]
Avoid too many return
statements within this method. Open
Open
return true
Avoid too many return
statements within this method. Open
Open
return nil
Avoid too many return
statements within this method. Open
Open
return :yaml
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
return false
Avoid too many return
statements within this method. Open
Open
return nil
Avoid too many return
statements within this method. Open
Open
return nil
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
return docstring
Avoid too many return
statements within this method. Open
Open
return false
Method manageRecord
has a Cognitive Complexity of 76 (exceeds 75 allowed). Consider refactoring. Open
Open
def self.manageRecord(id, name, type, targets: nil,
ttl: 7200, delete: false, sync_wait: true, failover: nil,
healthcheck: nil, region: nil, weight: nil, overwrite: true,
location: nil, set_identifier: nil, alias_zone: nil, noop: false)
- Read upRead up
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"