Merged
Conversation
Contributor
Author
Owner
|
Hmm, I think the warning is probably okay? I'll take a look at it tomorrow. |
mOctave
reviewed
Aug 3, 2025
| show-progress: false | ||
| - uses: codespell-project/actions-codespell@master | ||
| with: | ||
| exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js |
Owner
There was a problem hiding this comment.
Is there a way to exclude everything under ./site/java or ./site/python instead?
Contributor
Author
There was a problem hiding this comment.
I don't think so.
https://github.com/TheGiraffe3/weftspace/tree/test
Owner
There was a problem hiding this comment.
Okay, I'll merge this for now and play with it later
Owner
|
Looks like the warnings are getting triggered by Oracle's copyright file, which we can't control and which shouldn't have any meaning-affecting typos anyways, so it should be okay to just ignore it. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


CI/CD/Testing
Fixes #11
Checklist
For code PRs only:- [ ] I have tested any code I've added, and added unit tests where needed- [ ] I have added Javadoc comments to all my new code- [ ] I have updated the copyright header of all files I've made significant changes to, or do not wish to have my name attached to this wretched piece of workSummary
Adds a codespell to find typos.
Also fixes typos the codespell found.
In draft form as it doesn't fully work yet
Usage examples
When you commit something, the check will tell you how many typos you've made. The goal, of course, is to have this number be 0.
Testing
Tests itself.
Performance Impact
Hopefully none