diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-10-24 11:08:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 11:08:30 -0400 |
commit | 08af89bd8205ac28c98b9a079216fca438a9ed66 (patch) | |
tree | d910b311dcec255c25eafd65d884ffae2cb1a9d3 /components/script/dom/canvasrenderingcontext2d.rs | |
parent | 4cdfe23cc8c951d0e7a2582328bef05263553cdb (diff) | |
parent | c8a49baa801d4ff445c61211b339812065709660 (diff) | |
download | servo-08af89bd8205ac28c98b9a079216fca438a9ed66.tar.gz servo-08af89bd8205ac28c98b9a079216fca438a9ed66.zip |
Auto merge of #24532 - servo:tidy, r=nox
Add `./mach test-tidy --no-wpt`, for a git pre-push hook
Disabling WPT manifest checking brings the time it takes to run tidy for ~11 seconds to ~3 seconds, which feels reasonable to have in a git pre-push hook. This can help avoid forgetting to run tidy before opening a PR.
```sh
$ chmod +x .git/hooks/pre-push
$ cat .git/hooks/pre-push
#!/bin/sh
set -e
./mach test-tidy --no-wpt
```
Diffstat (limited to 'components/script/dom/canvasrenderingcontext2d.rs')
0 files changed, 0 insertions, 0 deletions