chore: add schemas for auto-config
This commit is contained in:
parent
b4eee821f5
commit
f9443f1ea5
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
types: [rust]
|
types: [rust]
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
stages: [pre-push]
|
stages: [pre-commit]
|
||||||
|
|
||||||
- id: rust-clippy
|
- id: rust-clippy
|
||||||
name: Rust linting (cargo clippy)
|
name: Rust linting (cargo clippy)
|
||||||
|
|
@ -22,7 +22,7 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
types: [rust]
|
types: [rust]
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
stages: [pre-push]
|
stages: [pre-commit]
|
||||||
|
|
||||||
# NOTE: Disabled - cargo test blocks git push. Tests should run in CI/CD.
|
# NOTE: Disabled - cargo test blocks git push. Tests should run in CI/CD.
|
||||||
# - id: rust-test
|
# - id: rust-test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue