Commit 0fdb78f
committed
fix(tools/shellfmt): include .eos and .wip board configs in formatting scope
config/boards/ holds five board status extensions per CLAUDE.md
(.conf/.wip/.csc/.tvb/.eos), but the wrapper's find glob only listed
three (.conf/.csc/.tvb), so 32 .eos and 2 .wip board files were never
fed to shfmt. They're shell config files like any other board entry —
no apparent reason for them to be exempt from formatting.
Mirror the same allowlist in scoped-mode's extension regex so the
two modes stay in sync.1 parent 68270a4 commit 0fdb78f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments