Commit 083a311
authored
Ignore all build dirs in
The `bin/check-source` script performs checks to ensure that headers are
correctly updated in the modified files in a commit. This script ignored
certain build directories since they contain generated Swift files. Some
build directories were missing in this list (particularly the build
directory emitted by `make-test-bundle`). The script has been modified
to indiscrimanately ignore all `.build` directories.bin/check-source (#1291)1 parent 3268e73 commit 083a311
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
| |||
0 commit comments