Skip to content

fix(cli): correct progress label when gitignore/gitattributes checks disabled - #37

Merged
coldhighsun merged 1 commit into
mainfrom
fix/gitignore-scan-progress-label
Jul 27, 2026
Merged

fix(cli): correct progress label when gitignore/gitattributes checks disabled#37
coldhighsun merged 1 commit into
mainfrom
fix/gitignore-scan-progress-label

Conversation

@coldhighsun

Copy link
Copy Markdown
Owner

Summary

  • The scan progress spinner always displayed "checking .gitignore/.gitattributes" even when --no-gitignore and/or --no-gitattributes disabled those checks.
  • The label now reflects which checks are actually active, falling back to "walking directories" when both are disabled.

Test plan

  • dotnet build Sloc.slnx succeeds with no warnings/errors
  • Manually verify spinner text for default flags, --no-gitignore, --no-gitattributes, and both combined

…tributes is set

Scanning progress spinner always said 'checking .gitignore/.gitattributes'
even when both were disabled via --no-gitignore/--no-gitattributes. Label
now reflects which of the two checks are actually active.
@coldhighsun
coldhighsun merged commit 5172f65 into main Jul 27, 2026
5 checks passed
@coldhighsun
coldhighsun deleted the fix/gitignore-scan-progress-label branch July 27, 2026 06:22
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.

1 participant