quasilyte / repolint

Tool to check github user/organization repositories for some simple and common issues.
MIT License
19 stars 3 forks source link

Build failure #19

Closed zabbal closed 5 years ago

zabbal commented 5 years ago

go get -v github.com/Quasilyte/repolint ... github.com/gomarkdown/markdown/parser github.com/Quasilyte/repolint

github.com/Quasilyte/repolint

../go/src/github.com/Quasilyte/repolint/utils.go:32:22: error: reference to undefined identifier ‘data.ContentMatchers’ matcher, ok := data.ContentMatchers[ext] ^ ../go/src/github.com/Quasilyte/repolint/utils.go:32:2: error: expected map index on right hand side matcher, ok := data.ContentMatchers[ext] ^ ../go/src/github.com/Quasilyte/repolint/utils.go:32:2: error: invalid tuple definition

go version go version go1.10.3 gccgo (Ubuntu 8.3.0-6ubuntu1) 8.3.0 linux/amd64

quasilyte commented 5 years ago

I'll take a look, thank you for reporting.

quasilyte commented 5 years ago

Should be fixed now.