0
0
Fork 0

remove exceptions from errcheck

This commit is contained in:
Marty Schoch 2015-11-24 12:52:46 -05:00
parent ff11f83842
commit 808f2c1e43
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/index/store/metrics)
- errcheck ./...
- docs/project-code-coverage.sh
- docs/build_children.sh