Commit ee31649
committed
Fix format checker to exclude git submodules
This replaces 'find' with 'git ls-files' to avoid checking source files
from submodules like portaudio, mini-gdbstub, and minislirp.
Root cause: The find command recursively searches the entire directory
tree, including initialized submodules. This causes CI failures when
third-party code does not match the project's formatting standards.1 parent 00cc4ed commit ee31649
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments