Konstantin8105/f4go

View on GitHub

Showing 81 of 81 total issues

Method goType.getMinLimit has 5 return statements (exceeds 4 allowed).
Open

func (g goType) getMinLimit(col int) (size int, ok bool) {
    if !g.isArray() {
        return
    }
    if col > len(g.arrayNode) {
Severity: Major
Found in fortran/type.go - About 35 mins to fix
    Severity
    Category
    Status
    Source
    Language