Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Add spell checking configuration - #54

Merged
ChrisRackauckas merged 1 commit into
masterfrom
add-typos-spellcheck-config
Jul 29, 2025
Merged

Add spell checking configuration#54
ChrisRackauckas merged 1 commit into
masterfrom
add-typos-spellcheck-config

Conversation

@ChrisRackauckas

Copy link
Copy Markdown
Member

Summary

This PR improves code quality by fixing typos and adding spell checking configuration.

Changes

.typos.toml Configuration

  • Added comprehensive configuration file
  • Allows legitimate Julia/scientific terms (e.g., , , )
  • 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

  • ✅ Improved documentation and code readability
  • ✅ 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 merged commit 3043110 into master Jul 29, 2025
1 of 5 checks passed
@ChrisRackauckas
ChrisRackauckas deleted the add-typos-spellcheck-config branch July 29, 2025 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants