Skip to content

Commit a1188c8

Browse files
committed
docs(scanner): update README with known issues and add binary ignores to .scannerignore
1 parent d652dbf commit a1188c8

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

scripts/version_scanner/.scannerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ changelog.md
1414
goldens
1515
# Ignore pandoc references in repositories.bzl
1616
repositories.bzl
17+
18+
# Ignore binary media files
19+
*.jpg
20+
*.png
21+
*.gif
22+
*.ico

scripts/version_scanner/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ The scanner uses a YAML configuration file (`regex_config.yaml`) to define rules
2929
## Ignoring Directories
3030

3131
You can create a `.scannerignore` file in the directory you are scanning (usually the repo root) to list directories to skip, one per line.
32+
33+
## Known Issues & Future Investigations
34+
- **Binary Ignores in `.scannerignore`**: Recursive wildcard ignores (e.g., `*.jpg`) currently do not effectively ignore deeply nested binary files. The scanner logic should be investigated to support robust globbing or full-path suffix matching.

0 commit comments

Comments
 (0)