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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: rust-clippy
name: Rust clippy
description: Run cargo clippy on files included in the commit. clippy should be installed before-hand.
entry: cargo clippy --all-targets --features vulkan -- -Dclippy::all
entry: cargo clippy --all-targets --features vulkan,server -- -D warnings
pass_filenames: false
types: [file, rust]
language: system
233 changes: 229 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/core", "crates/arey", "crates/tools-search"]
members = ["crates/core", "crates/arey", "crates/tools-search", "crates/mcp"]
resolver = "2"

[workspace.package]
Expand Down
Loading
Loading