Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add rustfmt check for rust files before git commit (farcasterx…
…yz#1831) ## Motivation Ensure consistent formatting of rust files. ## Change Summary Run `yarn lint:rust` to format all the rust files ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [X] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [X] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [X] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [X] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a Rust code formatter check before Git commit, updates linting scripts, and refactors code in the `LinkStore` module. ### Detailed summary - Added Rustfmt check before Git commit - Updated linting scripts in `package.json` - Refactored code in the `LinkStore` module > The following files were skipped due to too many changes: `apps/hubble/src/addon/src/store/link_store.rs` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information