Skip to content

Commit 7ba821b

Browse files
If writeable is OK, so is overwriteable (#3593)
1 parent 53c55d1 commit 7ba821b

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
check_filenames: true
1818
# When using this Action in other repos, the --skip option below can be removed
19-
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codespell.precommit-toml"
19+
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,./codespell_lib/tests/data,*.pyc,README.rst,pyproject-codespell.precommit-toml"

codespell_lib/data/dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42354,7 +42354,6 @@ overwridden->overridden, overwritten,
4235442354
overwride->overwrite, override,
4235542355
overwrides->overwrites, overrides,
4235642356
overwriding->overwriting, overriding,
42357-
overwriteable->overwritable
4235842357
overwrited->overwritten, overwrote,
4235942358
overwriten->overwritten
4236042359
overwritin->overwriting

codespell_lib/data/dictionary_en-GB_to_en-US.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ organiser->organizer
323323
organisers->organizers
324324
organises->organizes
325325
organising->organizing
326+
overwriteable->overwritable
326327
parallelisation->parallelization
327328
parallelise->parallelize
328329
parallelised->parallelized
@@ -522,3 +523,4 @@ visualised->visualized
522523
visualiser->visualizer
523524
visualises->visualizes
524525
visualising->visualizing
526+
writeable->writable

codespell_lib/tests/data/en_GB-additional.wordlist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ localisations
2727
normalisations
2828
ochreous
2929
ochrey
30+
overwriteable
3031
parallelisation
3132
parallelise
3233
parallelised

codespell_lib/tests/data/en_US-additional.wordlist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ localizations
2222
normalizations
2323
ocherous
2424
ochery
25+
overwritable
2526
parallelization
2627
parallelize
2728
parallelized

0 commit comments

Comments
 (0)