-
Notifications
You must be signed in to change notification settings - Fork 512
Support for Oxford English (rebased) #3772
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
larsoner
merged 24 commits into
codespell-project:main
from
johann1764:en_to_OX-rebased
Sep 23, 2025
+665
−16
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
790a265
fixed a mistake in dictionary_en-GB_to_en-US.txt
johann1764 bb961aa
more helpful error message when pytest-cov not installed
johann1764 1398ae9
gen dictionary_en_to_en-OX.txt from dictionary_en-GB_to_en-US.txt
johann1764 73bfa98
update _codespell for _en_to_en-OS management
johann1764 ca2f005
added a bit of vocabulary gen_OX, en-GB_to_en-US
johann1764 63c9b7f
more robust special case handling gen_OX
johann1764 e4b9d67
another exception in `gen_OX.sh`, `Makefile`
johann1764 f7bb8be
completed to isxxx->izxxx rule with able and er
johann1764 6b0c63e
make sure `dictionary_en_to_en-OX.txt` is generated and sorted before…
johann1764 0388747
marked `en-GB_to_en-US` as incompatible with `en_to_en-OX` in test_di…
johann1764 e128c87
two dictionaries offering the same substitution is not an error anymore
johann1764 5a8ab5f
check dicts before testing them tox.ini
johann1764 201b074
added `dictionary_en_to_en-OX.txt`
johann1764 4d6e0de
dictionary_en_to_en-OX.txt->dictionary_en_to_en-OX_AUTOGENERATED.txt
johann1764 afe4a4d
Better management of storey and practise
johann1764 b28529b
clearer gen_OX && updated exception lists
johann1764 e568868
more special cases
johann1764 9ddb649
fixed focuss*
johann1764 dedc915
gen_OX.sh now sorts its output correctly
johann1764 3f78d4b
MAINT: Add to autofix.ci and make sure it works
larsoner 7593f21
[autofix.ci] apply automated fixes
autofix-ci[bot] 823c5e0
FIX: Name
larsoner 09b5957
PR3772 review - update autofix & revert Makefile err msg change & mv …
johann1764 694ab8d
Merge branch 'main' into en_to_OX-rebased
larsoner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: autofix.ci | ||
|
|
||
| on: # yamllint disable-line rule:truthy | ||
| pull_request: | ||
| types: [opened, synchronize, labeled, unlabeled] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| autofix: | ||
| name: Regenerate autogenerated files | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| with: | ||
| persist-credentials: false | ||
| - run: make codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt | ||
| - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.