Conversation
Deploying interrupt with
|
| Latest commit: |
26ccba0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0f03dc79.interrupt.pages.dev |
| Branch Preview URL: | https://noahp-typos-fixall.interrupt.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s typo-checking setup and fixes numerous spelling/formatting issues across blog posts, aiming to reduce typos false-positives while keeping contributor friction low via pre-commit hooks.
Changes:
- Expanded
typosconfiguration (_typos.toml) with targeted ignore regexes and additional excluded paths. - Adjusted the pre-commit
typoshook filtering inlefthook.yml. - Fixed multiple typos / formatting issues across posts and added a redirect for a previously misspelled URL.
Reviewed changes
Copilot reviewed 43 out of 45 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
lefthook.yml |
Updates pre-commit typos command filtering/exclusions. |
_typos.toml |
Adds extended ignore regexes and path exclusions to reduce typos false-positives. |
_redirects |
Adds redirect for a misspelled blog URL slug. |
_posts/2025-06-20-linux-coredumps-part-3.md |
Fixes spelling (“Canonical”). |
_posts/2025-05-02-linux-coredumps-part-2.md |
Fixes spelling (“fulfilling”, “Rendezvous”). |
_posts/2025-02-20-why-sleep-for-is-broken-on-esp32.md |
Fixes spelling (“Efficiently”). |
_posts/2024-12-11-upgrading-from-nrf5-sdk-to-ncs.md |
Fixes typos/whitespace (“Hardcode”, formatting). |
_posts/2024-06-12-diving-into-jtag-part-5.md |
Fixes typos and link text formatting. |
_posts/2023-11-29-diving-into-jtag-part1.md |
Reformats frontmatter/prose and fixes minor typo (“capture”). |
_posts/2023-09-20-printf-on-embedded.md |
Fixes a post_url slug typo. |
_posts/2023-04-12-feb-march-2023-roundup.md |
Reformats long lines for readability. |
_posts/2023-01-12-dec-2022-roundup.md |
Reformats long lines for readability. |
_posts/2022-08-09-ota-delta-updates.md |
Reformats long lines and fixes typos/line wrapping. |
_posts/2022-06-07-testing-library.md |
Reformats long lines and fixes typos (“retrieve”). |
_posts/2021-12-06-november-2021-roundup.md |
Reformats long lines for readability. |
_posts/2021-07-06-june-2021-roundup.md |
Reformats long lines for readability. |
_posts/2021-02-09-january-2021-roundup.md |
Reformats long lines for readability. |
_posts/2020-12-23-instruction-tracing-mtb-m33.md |
Reformats long lines and references. |
_posts/2020-12-15-defensive-and-offensive-programming.md |
Fixes “February” spelling and wraps lines. |
_posts/2020-12-08-seamless-firmware-with-platformio.md |
Fixes “targeted” spelling and wraps lines. |
_posts/2020-10-06-separating-unique-parameters.md |
Fixes “Programmatically” spelling and wraps lines. |
_posts/2020-09-08-secure-firmware-updates-with-code-signing.md |
Reformats long lines, lists, and references. |
_posts/2020-07-29-cortex-m-debug-monitor.md |
Reformats long lines and references. |
_posts/2020-06-23-device-firmware-update-cookbook.md |
Reformats long lines and blockdiag sections. |
_posts/2020-02-04-rust-for-digital-signal-processing.md |
Reformats long lines and references. |
_posts/2020-01-22-i2c-in-a-nutshell.md |
Fixes typos (“control”, “acknowledged”, “themselves”) and wraps lines. |
_posts/2019-11-12-bootstrapping-libc-with-newlib.md |
Reformats long lines and references. |
_posts/2019-08-13-how-to-write-a-bootloader-from-scratch.md |
Fixes post_url slug reference and wraps lines. |
_posts/2019-06-06-best-firmware-size-tools.md |
Fixes “initialized” spelling and wraps lines. |
_posts/2019-05-14-zero-to-main-1.md |
Fixes “initial” spelling and wraps lines. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This currently doesn't run as a lint step, to avoid friction to contributors. It does however run in a pre-commit hook if you `yarn install` setup the javascript deps.
ec7255f to
26ccba0
Compare
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.
This currently doesn't run as a lint step, to avoid friction to
contributors. It does however run in a pre-commit hook if you
yarn installsetup the javascript deps.