Uh oh!
There was an error while loading. Please reload this page.
🪲 [Fix]: Add .codespellrc to skip linter config directory - #8
Conversation
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
There was a problem hiding this comment.
Pull request overview
Adds a Codespell configuration file so the CI spellcheck job can ignore intentional “misspellings” contained in linter configuration patterns under .github/linters.
Changes:
- Add
.github/linters/.codespellrcconfiguring Codespell to skip.github/linters. - Add an ignore entry for the word
afterall.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Context
The super-linter
SPELL_CODESPELLcheck flags intentional misspellings in.github/linters/.textlintrc(e.g.environemnt,pacakge). These strings exist as linter configuration patterns and are not actual typos.The GitHub, GoogleFonts, and NerdFonts repos already solved this by adding a
.codespellrcfile.Changes
.github/linters/.codespellrcthat tells codespell to skip the.github/lintersdirectory and ignore the wordafterall