aboutsummaryrefslogtreecommitdiff
path: root/doc/precommit.md
AgeCommit message (Collapse)Author
2020-12-09all.bash: update prettier script to use dockerized prettier installJamal Carvalho
Updates all.bash to use a dockerized prettier install as a fallback when prettier is not installed globally. For now the script will only use the container if it has already been built. We could change this in the future to automatically build the image but this will give everyone a chance to test it out first. To build the image run 'docker-compose -f devtools/config/docker-compose.yaml build' from the repo root. Change-Id: I56ad2cd2da2fe0dbbf46636024f44cc614adb168 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/275532 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
2020-07-15doc: update precommit.mdMiguel Acero
This change removes internal information about Google workstations from documentation. Change-Id: I9284ee56d6fe2364b36e4146a16bfca50e7fc90a Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/242779 Reviewed-by: Julie Qiu <julie@golang.org>
2020-06-11doc: format and ran prettier on precommit.mdJulie Qiu
Change-Id: Ibcff373bc817f2b67abbb45b85ae7ccb34b5bcfd Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/768318 CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2020-05-29all: run prettier on markdown filesJulie Qiu
./all.bash prettier now runs on files with a .md file extension. Several existing .md files are formatted. Change-Id: Id083a932cdd5db105ae7494b71bcad340b080132 Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/756682 Reviewed-by: Andrew Bonventre <andybons@google.com>
2020-04-06docs/precommit.md: remove broken referenceJonathan Amsterdam
Change-Id: Iee012b0c2d6d3ff754288873e7d6508c836befaf Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/694435 Reviewed-by: Julie Qiu <julieqiu@google.com>
2020-04-06discovery: update README.md and CONTRIBUTING.mdJulie Qiu
README.md and CONTRIBUTING.md are updated, and content about contributing and desing decision is moved to the /doc directory. Updates b/150141240 Change-Id: I82cf43694799535617b0774febe13cb4dadac489 Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/677232 CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>