Delete hooks.yaml
This commit is contained in:
parent
d34174a339
commit
f36cc0cef4
21
hooks.yaml
21
hooks.yaml
|
@ -1,21 +0,0 @@
|
|||
- id: fmt
|
||||
name: fmt
|
||||
description: Format files with cargo fmt.
|
||||
entry: cargo fmt --
|
||||
language: system
|
||||
files: \.rs$
|
||||
args: []
|
||||
- id: cargo-check
|
||||
name: cargo check
|
||||
description: Check the package for errors.
|
||||
entry: cargo check
|
||||
language: system
|
||||
files: \.rs$
|
||||
pass_filenames: false
|
||||
- id: cargo-clippy
|
||||
name: cargo clippy
|
||||
description: Run the Clippy linter on the package.
|
||||
entry: cargo clippy -- -D warnings
|
||||
language: system
|
||||
files: \.rs$
|
||||
pass_filenames: false
|
Loading…
Reference in a new issue