-
Couldn't load subscription status.
- Fork 13
feat: added codespell #4619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mfranzke
wants to merge
42
commits into
main
Choose a base branch
from
feat-added-codespell
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: added codespell #4619
Changes from 38 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
7ea1fb4
feat: added codespell
mfranzke 1c9b003
fix: lang annotations and spelling
mfranzke d35cea9
refactor: further adaptions
mfranzke 8f37053
chore: probably we just need to consolidate them
mfranzke a9bbfe2
refactor: further adaptions
mfranzke af56613
refactor: further adaptions
mfranzke c011acf
Update CODEOWNERS
mfranzke b079d72
Update CODEOWNERS
mfranzke 34f6497
Update CODEOWNERS
mfranzke 11d91cc
Update CODEOWNERS
mfranzke b620fc4
Update CODEOWNERS
mfranzke b6a95d1
Update CODEOWNERS
mfranzke f443b56
chore: another try
mfranzke c2e7497
chore: another try
mfranzke feb30f5
refactor: finalized this ignore configuration
mfranzke c487acd
refactor: further optimizations
mfranzke b018235
Update research-other-design-systems.md
mfranzke d03f7a6
Update research-other-design-systems.md
mfranzke 41b86e2
Update research-other-design-systems.md
mfranzke f0d8d4f
refactor: slight optimization
mfranzke 8cf3147
refactor: we should ignore those at their specific places
mfranzke ff014d7
chore: let's get fancy on this one
mfranzke 698bf57
chore: another one bites the dust
mfranzke 7db307d
chore: fake it till you make it
mfranzke d87fa6a
refactor: added config file
mfranzke 6243115
Update .codespellrc
mfranzke 01c5a8b
Update .codespellrc
mfranzke 32524c5
Update 01-lint.yml
mfranzke edb2682
Update .codespellrc
mfranzke 68cda70
Merge branch 'main' into feat-added-codespell
mfranzke d45bb6c
Merge branch 'main' into feat-added-codespell
michaelmkraus 3a7ce1b
Merge branch 'main' into feat-added-codespell
michaelmkraus db53934
chore: update codespell configuration to include additional file type…
michaelmkraus a5691de
Merge remote-tracking branch 'origin/feat-added-codespell' into feat-…
michaelmkraus fdedc86
chore: adapt codespell ignore words
michaelmkraus c3ea44a
Merge branch 'main' into feat-added-codespell
michaelmkraus c550ca2
chore: add pre-commit hook for codespell and adapt configuration
michaelmkraus a2bccec
Merge branch 'main' into feat-added-codespell
michaelmkraus f71cb2d
Update .github/workflows/01-lint.yml
mfranzke 694ad71
chore: add codespell linting command to package.json and update lint-…
michaelmkraus 953835c
Merge remote-tracking branch 'origin/feat-added-codespell' into feat-…
michaelmkraus 6a82982
Merge branch 'main' into feat-added-codespell
michaelmkraus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [codespell] | ||
| skip = *.lock,*.json,node_modules,.git,__snapshots__,__snapshots__,dist,build,coverage,*.svg,*.png,*.jpg,*.jpeg,*.gif,*.ico,*.woff,*.woff2,*.ttf,*.eot,./showcases/screen-reader/translations.ts |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| moz | ||
| webkit | ||
| merget |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| /** | ||
| * @type {import('lint-staged').Configuration} | ||
| */ | ||
| export default { | ||
| '*.{md,mdx,txt,yml,yaml,ts,tsx,js,jsx,html,css,scss,sass,vue}': [ | ||
| 'codespell --write-changes --ignore-words .config/.codespellignorewords --config .config/.codespellrc --', | ||
| 'codespell --ignore-words .config/.codespellignorewords --config .config/.codespellrc --' | ||
| ] | ||
| }; | ||
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.