diff --git a/README.md b/README.md index 41f4fb96..4397f6dc 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,3 @@ -
- - - NexusDB Logo - - -NexusDB: an open-source graph-vector database built from scratch in Rust. - -

- Website | - Docs | - Discord | - X/Twitter -

- -[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://docs.nexus-db.com) -[![Change Log](https://img.shields.io/badge/changelog-latest-blue)](https://docs.nexus-db.com/change-log/nexusdb) -[![GitHub Repo stars](https://img.shields.io/github/stars/NexusDB/nexus-db)](https://github.com/NexusDB/nexus-db/stargazers) -[![Discord](https://img.shields.io/discord/1354148209005559819?logo=discord)](https://discord.gg/2stgMPr5BD) -[![LOC](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/NexusDB/nexus-db/badge?filter=.rs$,.sh$&style=flat&logoColor=white&label=Lines%20of%20Code)](https://github.com/NexusDB/nexus-db) -[![Manta Graph](https://getmanta.ai/api/badges?text=Manta%20Graph&link=nexusdb)](https://getmanta.ai/nexusdb) - -Launch YC: NexusDB - The Database for Intelligence - -
-
diff --git a/clippy_check.sh b/clippy_check.sh index 261113c8..41f22905 100755 --- a/clippy_check.sh +++ b/clippy_check.sh @@ -14,7 +14,7 @@ if [ "$1" = "dashboard" ]; then -A clippy::inherent_to_string_shadow_display fi -cargo clippy --workspace --locked --exclude nql-tests \ +cargo clippy --workspace --locked --exclude nql-tests --exclude nexus-cli --exclude nexus-explorer \ -- -D warnings \ -A clippy::too_many_arguments \ -A clippy::let-and-return \