Skip to content

If writeable is OK, so is overwriteable #3593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codespell.precommit-toml"
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,./codespell_lib/tests/data,*.pyc,README.rst,pyproject-codespell.precommit-toml"
1 change: 0 additions & 1 deletion codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42354,7 +42354,6 @@ overwridden->overridden, overwritten,
overwride->overwrite, override,
overwrides->overwrites, overrides,
overwriding->overwriting, overriding,
overwriteable->overwritable
overwrited->overwritten, overwrote,
overwriten->overwritten
overwritin->overwriting
Expand Down
2 changes: 2 additions & 0 deletions codespell_lib/data/dictionary_en-GB_to_en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ organiser->organizer
organisers->organizers
organises->organizes
organising->organizing
overwriteable->overwritable
parallelisation->parallelization
parallelise->parallelize
parallelised->parallelized
Expand Down Expand Up @@ -522,3 +523,4 @@ visualised->visualized
visualiser->visualizer
visualises->visualizes
visualising->visualizing
writeable->writable
1 change: 1 addition & 0 deletions codespell_lib/tests/data/en_GB-additional.wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ localisations
normalisations
ochreous
ochrey
overwriteable
parallelisation
parallelise
parallelised
Expand Down
1 change: 1 addition & 0 deletions codespell_lib/tests/data/en_US-additional.wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ localizations
normalizations
ocherous
ochery
overwritable
parallelization
parallelize
parallelized
Expand Down