Commit 11cf172
[Bug Fix] Select only directories in ruby_ui:component:all
The batch generator filtered out only `.rb` files, so any other non-directory
entry at the source root (e.g. a macOS `.DS_Store`) survived and was passed as
a component name. Since the names are now generated in a single invocation,
`validate_components!` would reject the whole batch and abort the entire
all-components run. Components are always directories, so select directories
only — this excludes `.rb` files, dotfiles, and any stray file at once.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a3c881d commit 11cf172
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments