status-im/status-go

View on GitHub
abi-spec/types.go

Summary

Maintainability
A
3 hrs
Test Coverage
C
77%

Avoid deeply nested control flow statements.
Open

                if err != nil {
                    return nil, err
                }
Severity: Major
Found in abi-spec/types.go - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                    if err = json.Unmarshal(jsonString, value.Interface()); err != nil {
                        return nil, err
                    }
    Severity: Major
    Found in abi-spec/types.go - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                      if err != nil {
                          return nil, err
                      }
      Severity: Major
      Found in abi-spec/types.go - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                        if err != nil {
                            return nil, err
                        }
        Severity: Major
        Found in abi-spec/types.go - About 45 mins to fix

          There are no issues that match your filters.

          Category
          Status