community/hack
Aaron Crickenberger 6d0c920003 Allow verify-generated-docs to use go modcache
I don't think we need to use an entirely separate GOPATH, thus forcing
us to re-download modules every time we run `make`

This was causing verify-generated-docs to fail locally since go will
set its modcache as readonly and thus cause the cleanup "rm -rf" in
this script to fail. In go1.14 or later we could use "-modcacherw"
to stop making the modcache readonly but that bring me back to.. why
do need an entirely separate GOPATH in the first place?
2020-08-18 16:59:27 -07:00
..
.spelling_failures Localize contributor cheatsheet to it (#4808) 2020-05-24 05:43:11 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 19:37:21 +01:00
generate-devstats-repo-sql.py Add more details to generate-devstats-repo-sql.py 2019-06-26 13:05:43 -07:00
tools.go Add tools file so that tools are vendored 2019-03-20 16:03:56 -07:00
verify-generated-docs.sh Allow verify-generated-docs to use go modcache 2020-08-18 16:59:27 -07:00
verify-spelling.sh Use versioned misspell from go.mod 2019-07-28 13:54:39 -07:00
verify.sh Allow multiple steps in the verify job 2018-03-05 09:31:40 -08:00