We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3800bf + ea4a0d9 commit fa9fe83Copy full SHA for fa9fe83
1 file changed
SoC-2025-Microprojects.md
@@ -206,3 +206,8 @@ There should be only one kind of change per commit. For example if one
206
of your commits indents test bodies with TABs, instead of spaces, then
207
this should be the only kind of change in this commit.
208
209
+#### Notes
210
+- only work on t/t????-*.sh scripts.
211
+- pick just one script (so as to avoid exhausting the pool for other candidates).
212
+- only convert `test -[def]` instances which semantically are assertions
213
+ (i.e. used as part of a &&-chain).
0 commit comments