diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-18 01:25:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 01:25:27 -0400 |
| commit | ce432438c8be147135f6c56bdd3229834bff2aa6 (patch) | |
| tree | 49f0290591c0c48d69607656db3a6f1f10323e7a /.git-hooks/pre-commit | |
| parent | 3ccaa5f22c66874b274506fe784939806fb0f2db (diff) | |
| parent | e344f6c6245fe1121976b407a989af86c7453dad (diff) | |
Merge pull request #10 from ojacobson/checks-to-tools
Extracted checks into a tools directory.
Diffstat (limited to '.git-hooks/pre-commit')
| -rwxr-xr-x | .git-hooks/pre-commit | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 7fd95fb..186a6e1 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -1,8 +1,3 @@ #!/bin/bash -e -# dup of the list in .travis.yml -cargo build --locked -cargo test -cargo fmt -- --check -cargo clippy -- --deny warnings -cargo udeps --locked --all-targets +exec tools/checks |
