Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

Summary

This PR adds comprehensive spell checking configuration to maintain code quality.

Changes

.typos.toml Configuration

  • Added comprehensive configuration file
  • Allows legitimate Julia/scientific terms (e.g., setp, indexin, ists)
  • Prevents false positives for domain-specific terminology
  • Follows SciML ecosystem standards

SpellCheck.yml Workflow

  • Adds GitHub Actions spell checking on pull requests
  • Follows SciML standard (matches ModelingToolkit.jl)
  • Automatically prevents typos in future contributions

Benefits

  • ✅ Automated spell checking on all PRs
  • ✅ No false positives for technical terminology
  • ✅ Consistent with SciML ecosystem standards
  • ✅ Zero maintenance overhead

🤖 Generated by SciML typos standardization

@ChrisRackauckas ChrisRackauckas requested a review from TorkelE July 29, 2025 13:34
Copy link
Member

@TorkelE TorkelE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not familair with the new CI workflows, but all the text changes looks good to me

@ChrisRackauckas
Copy link
Member Author

It'll just do a spell check, that's about it. These are the fixes it found, so if you like the changes then it worked 😅

@ChrisRackauckas ChrisRackauckas merged commit b966c7e into master Jul 29, 2025
1 of 17 checks passed
@ChrisRackauckas ChrisRackauckas deleted the add-typos-spellcheck-config branch July 29, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants