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
Introduce the `identifier_scope` setting to control where code identifiers
are collected from to exclude as allowed words. The available scopes are:
- `diff`: only from the diff content (added lines)
- `files`: from the full content of changed files (new default)
- `all`: from every file in the repository
Previously, identifiers were only collected from the diff content. By
defaulting to the full content of changed files, this improves spell
checking accuracy by ensuring valid code identifiers are properly
ignored even if they are not directly modified in the diff.
0 commit comments