More portable way to list files to be spellchecked and include docs/ directory (#3220)

master
Anis Elleuch 8 years ago committed by Harshavardhana
parent dd0698d14c
commit 5741a53d46
  1. 5
      Makefile

@ -101,8 +101,9 @@ deadcode:
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/deadcode
spelling:
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error cmd/**/*
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error pkg/**/*
@-GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error `find cmd/`
@-GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error `find pkg/`
@-GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error `find docs/`
test: build
@echo "Running all minio testing:"

Loading…
Cancel
Save