Skip to content

Commit

Permalink
Rework codespell config
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 21, 2023
1 parent 4c8e915 commit ef4f8be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .codespellignore

This file was deleted.

4 changes: 4 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[codespell]
skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock
check-filenames = true
ignore-words-list = aks,ec2,eks,gce,gcp,ro,shouldnot,pullrequest
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
python -m pip install --upgrade pip
pip install codespell
- name: Check spelling
run: codespell --skip=.git,./src,./node_modules,package.json,babel.config.js,docusaurus.config.js,sidebars.js,yarn.lock --check-filenames --ignore-regex=.te# --ignore-words=.codespellignore
run: codespell

0 comments on commit ef4f8be

Please sign in to comment.