We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 210883a + f1a2d28 commit ebc9050Copy full SHA for ebc9050
.pre-commit-hooks.yaml
@@ -5,3 +5,10 @@
5
language: system
6
files: \.rs$
7
args: []
8
+- id: cargo-check
9
+ name: cargo check
10
+ description: Check the package for errors.
11
+ entry: cargo check
12
+ language: system
13
+ files: \.rs$
14
+ pass_filenames: false
README.md
@@ -9,4 +9,5 @@
rev: master
hooks:
- id: fmt
+ - id: cargo-check
```
hooks.yaml
0 commit comments