diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-30 16:55:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 16:55:21 +0100 |
| commit | 538ccbc748fac4d3d073d6137197f984c2c7dca7 (patch) | |
| tree | a62637b8ae270fda2b62b1dca58a668bf469def0 /.codespellrc | |
| parent | chore: remove ui directory (#2329) (diff) | |
| download | atuin-538ccbc748fac4d3d073d6137197f984c2c7dca7.zip | |
fix: codespell config still references the ui (#2330)
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 8015e6b4..dd582f6a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,6 @@ [codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,ui/pnpm-lock.yaml +skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md check-hidden = true # ignore-regex = ignore-words-list = crate,ratatui,inbetween |
