ecadlabs/signatory

View on GitHub

Showing 102 of 102 total issues

Method awsKMSIterator.Next has a Cognitive Complexity of 21 (exceeds 20 allowed). Consider refactoring.
Open

func (i *awsKMSIterator) Next() (key vault.StoredKey, err error) {
    for {
        if i.lko == nil || i.index == len(i.lko.Keys) {
            // get next page
            if i.lko != nil && i.lko.NextMarker == nil {
Severity: Minor
Found in pkg/vault/aws/awskms.go - 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

Function Feature has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

function Feature() {
    const { error, loading, status, subscribe, message } = useMailChimp({
        action: `https://ecadlabs.us20.list-manage.com/subscribe/post?u=8fdd00e1ab81d5f5550fadb32&id=de1bfb4af9`,
    });

Severity: Minor
Found in website/src/components/FooterForm/FooterForm.js - 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