Skip to content

Commit

Permalink
update codespell config
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 23, 2024
1 parent 56ba2c3 commit 08ef649
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
iif
mane
2 changes: 0 additions & 2 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
# generated/ was excluded but might need to be fixed as well!
skip = .git*,*.svg,*.lock,*.css,.codespellrc,*.js,generated,assets,variants-summary.page.html
check-hidden = true
# Ignore super long lines -- must be minimized etc
ignore-regex = ^.{120,}|\b(AllTime|allTime)\b
ignore-words-list = iif
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore

0 comments on commit 08ef649

Please sign in to comment.