Skip to content

Commit 168e50f

Browse files
yarikopticclaude
andcommitted
Tune codespell config and workflow
- Skip .npm and .cache directories (local artifacts, not in repo) - Remove redundant codespell-problem-matcher step (built into actions-codespell@v2) Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4747db5 commit 168e50f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[codespell]
22
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3-
skip = .git*,.codespellrc
3+
skip = .git*,.codespellrc,.npm,.cache
44
check-hidden = true
55
ignore-regex = \bassertIn\b
66
# ignore-words-list =

.github/workflows/codespell.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22-
- name: Annotate locations with typos
23-
uses: codespell-project/codespell-problem-matcher@v1
2422
- name: Codespell
2523
uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)