Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
# ── Linting ────────────────────────────────────────────────────
- id: cargo-clippy
name: cargo clippy -D warnings
entry: cargo clippy --all-targets -- -D warnings
entry: cargo +stable clippy --all-targets -- -D warnings
language: system
types: [rust]
pass_filenames: false
Expand All @@ -64,7 +64,7 @@ repos:
# ── Dogfood validation ─────────────────────────────────────
- id: rivet-validate
name: rivet validate (dogfood)
entry: rivet validate --strict
entry: cargo run --release -p rivet-cli -- validate
language: system
pass_filenames: false
files: '(artifacts/.*\.yaml|schemas/.*\.yaml|safety/.*\.yaml|rivet\.yaml)$'
Expand Down
Loading
Loading