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 to prevent Super-Linter’s SPELL_CODESPELL check from flagging intentional “misspellings” inside the linter configuration directory.
Changes:
- Added a
.codespellrcconfiguration under.github/linters. - Configures Codespell to skip scanning
.github/linters. - Adds
afterallto the ignore words list.
💡 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