chore: fix codespell findings and improve naming#80
Open
oxyzenQ wants to merge 1 commit intoflowsurface-rs:mainfrom
Open
chore: fix codespell findings and improve naming#80oxyzenQ wants to merge 1 commit intoflowsurface-rs:mainfrom
oxyzenQ wants to merge 1 commit intoflowsurface-rs:mainfrom
Conversation
Author: rezky_nightky <with dot rezky at gmail dot com> Repository: flowsurface Branch: main Signing: GPG (4B65AAC2) HashAlgo: BLAKE3 [ Block Metadata ] BlockHash: 21ad458957e30405af5b1b09120a66ee177995c55fb38451c46c2d1183479087 PrevHash: 2a9580b2eeab3b12bdfadedbe1833fa492ff24f90784056235ea43b62f52aff1 PatchHash: 3623d0cb28da78b2cdfed48bddc8db221dd1220a0a8288e2799718a6d7149afa FilesChanged: 2 Lines: +16 / -8 Timestamp: 2025-12-27T14:00:55Z Signature1: b8d98f388af60f7e6a773fd6e377c7c3ed017621cd62572f8569a0f9d67eb408 Signature2: 3ea621961697bb77e9b6f7915cbf764fa882b1b14b7c65e84d6af9285792ac57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: fix codespell findings and improve naming (fmt clean)
Make the repository pass
codespellcleanly without touching generated files orrenaming stable identifiers, and keep everything
rustfmt-compliant.Changes:
src/chart/comparison.rs
ser->ser_tickerfor clarity and to avoidcodespell false positives.
rustfmtoutput (socargo fmt -- --checkpasses)..codespellrc
inoutcrate dependency name)DoubleClick(intentional Rust identifier; renaming would be a larger refactor)Rationale:
inoutarenot spelling mistakes.
DoubleClick/XAxisDoubleClickare identifiers/events used across the code;ignoring them avoids an unnecessary API/behavior change.
Checks:
codespell(pass)cargo fmt --all -- --check(pass)Files changed:
Author: rezky_nightky
Repository: flowsurface
Branch: main
Signing: GPG (4B65AAC2)
HashAlgo: BLAKE3
[ Block Metadata ]
BlockHash: 21ad458957e30405af5b1b09120a66ee177995c55fb38451c46c2d1183479087 PrevHash: 2a9580b2eeab3b12bdfadedbe1833fa492ff24f90784056235ea43b62f52aff1 PatchHash: 3623d0cb28da78b2cdfed48bddc8db221dd1220a0a8288e2799718a6d7149afa
FilesChanged: 2
Lines: +16 / -8
Timestamp: 2025-12-27T14:00:55Z
Signature1: b8d98f388af60f7e6a773fd6e377c7c3ed017621cd62572f8569a0f9d67eb408
Signature2: 3ea621961697bb77e9b6f7915cbf764fa882b1b14b7c65e84d6af9285792ac57