github.com/alecthomas/golangci-lint@v1.4.2-0.20180609094924-581a3564ff68/pkg/result/result.go (about)

     1  package result
     2  
     3  type Result struct {
     4  	Issues           []Issue
     5  	MaxIssuesPerFile int // Needed for gofmt and goimports where it is 1
     6  }