0
0
Fork 0

remove bleve mapping from errcheck exclusion list

This commit is contained in:
Marty Schoch 2015-11-23 12:40:50 -05:00
parent 2d4cd7a696
commit 3729ac67ea
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ script:
- go get github.com/kisielk/errcheck
- go test -v ./...
- go vet ./...
- errcheck $(go list ./... | grep -v bleve/http/mapping | grep -v bleve/index/store/metrics)
- errcheck $(go list ./... | grep -v bleve/index/store/metrics)
- docs/project-code-coverage.sh
- docs/build_children.sh