Meta/round: move address,undefined out of the default set

Junio C Hamano committed May 13, 2024 at 16:28 UTC 0d46f8b2417db13a4340890dc369c95f9641b319
1 file changed +2 -2
round
+2 -2
@@ -1,8 +1,8 @@
1 #!/bin/sh
2
3 # Give names of targets to use on the command line
4 -# coccicheck is not enabled by default
5 -default="sparse hdr-check sha256 leaks address,undefined test check-docs doc"
4 +# coccicheck and address,undefined are not enabled by default
5 +default="sparse hdr-check sha256 leaks test check-docs doc"
6 skip=" "
7 more=" "
8