goruby/goruby

View on GitHub
ast/equal.go

Summary

Maintainability
A
35 mins
Test Coverage

Function Equal has 5 return statements (exceeds 4 allowed).
Open

func Equal(a, b Node) bool {
    if a == b {
        return true
    }
    if reflect.DeepEqual(a, b) {
Severity: Major
Found in ast/equal.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status