Skip to content

Add spell checking configuration #119

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

Closed
wants to merge 3 commits into from

Conversation

ChrisRackauckas
Copy link
Member

Summary

This PR adds 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 deleted the fix-typos-add-spellcheck branch July 29, 2025 07:20
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.

2 participants