Skip to content

Commit 64843fa

Browse files
committed
Another codespell adjustment
1 parent f086463 commit 64843fa

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.codespellrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[codespell]
22
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3-
# The action's --skip argument overrides this setting, and the action always provides
4-
# a default --skip .git, so we must configure skips in codespell.yml.
5-
skip = ./.git,single-file*.js
3+
skip = .git*,*.svg,package-lock.json,*.css,.codespellrc,single-file*.js
64
check-hidden = true
75
# ignore-regex =
86
ignore-words-list = doubleclick,splitted

.github/workflows/codespell.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ jobs:
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell
2525
uses: codespell-project/actions-codespell@v2
26-
with:
27-
skip: ./.git,single-file*.js

0 commit comments

Comments
 (0)