Files
repomix-mirror/tests/cli/cliReport.binaryFiles.test.ts
Kazuki Yamada 8d117d94b7 refactor(cli): Clean up binary files detection output format
Remove redundant explanatory message from binary file listing to simplify output.
The main header already explains the detection method, making individual file
annotations unnecessary.

Changes:
- Remove "Detected as binary despite text extension" message from each file
- Improve type safety by using FileSkipReason type instead of string
- Update corresponding test expectations
- Clean up unused import in fileCollectWorker

The simplified output is cleaner while maintaining clarity about why files were excluded.
2025-08-23 14:52:47 +09:00

2.8 KiB