You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance .typos.toml configuration to prevent false positives
- Add comprehensive spell checking configuration for symbolic indexing terminology
- Allow legitimate technical terms: setp (set parameter), setp_oop (set parameter out-of-place), getp, getu, setu
- Include standard Julia/SciML terms to prevent false positives across the ecosystem
- Covers mathematical terms, variable patterns, abbreviations, and scientific terminology
This prevents the 42 false positive flags for legitimate `setp` and `setp_oop` function names
while maintaining spell checking effectiveness for genuine typos.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments