Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add desig to ignore-words#1195
Conversation
…` to ignore-words d575413 doc: add `desig` to ignore-words (brunoerg) Note: The src/kernel/context.h typo fix is not applicable as this file does not exist in Dash Core (the kernel library has a different structure). Backport of bitcoin#25307
WalkthroughA single spelling ignore entry "desig" was added to the test linting configuration. This is a non-functional change that expands the list of words to exclude from spelling validation during lint checks. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Verification Analysis - Missing DependencyThis PR attempts to backport Bitcoin PR bitcoin#25307, which made two changes:
Current Status: Only change #2 was applied (the spelling.ignore-words.txt update). Change #1 was not applied because Root Cause: The file Recommendation: Bitcoin PR bitcoin#25065 must be backported to Dash before this PR (bitcoin#25307) can be fully applied. Once bitcoin#25065 is backported, this PR will need to be updated to include the typo fix in CI Status: ✅ All 53 CI jobs passed Note: The partial backport (just the spelling.ignore-words.txt change) is harmless but incomplete. Adding "desig" to the ignore list without the corresponding typo fix in context.h means the ignore rule has no immediate effect in Dash. |
Summary
desigto the spelling ignore words list (test/lint/spelling.ignore-words.txt)src/kernel/context.htypo fix from the Bitcoin commit is not applicable as this file does not exist in Dash Core (the kernel library has a different structure)Original Bitcoin PR
Backports bitcoin#25307
Original commit: e3c08eb
Changes Applied
test/lint/spelling.ignore-words.txt: Addeddesigto ignore-words (1 line)src/kernel/context.h: Skipped - file does not exist in Dash🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.