diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-05-25 16:19:26 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 10:19:26 +0100 |
| commit | 8d99ee0a6968a216f4ec8fd48c1b7e293de5cccd (patch) | |
| tree | 5b1a794eb5d83482db254e1dd31843424cb726bf /.codespellrc | |
| parent | chore(deps): bump the cargo group with 2 updates (#2041) (diff) | |
| download | atuin-8d99ee0a6968a216f4ec8fd48c1b7e293de5cccd.zip | |
chore(codespell): ignore CODE_OF_CONDUCT (#2044)
Several dictionaries suggest keeping the hyphen. In fact, it's generally
a good idea to hyphenate with too many adjacent vowels.
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 8f9ed850..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 +skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md check-hidden = true # ignore-regex = ignore-words-list = crate,ratatui,inbetween |
