@leroysheep / rag-system / commits / 0d46f8b241

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
index 462919aafc..9912ba8387 100755 --- a/round +++ b/round @@ -1,8 +1,8 @@ #!/bin/sh # Give names of targets to use on the command line -# coccicheck is not enabled by default -default="sparse hdr-check sha256 leaks address,undefined test check-docs doc" +# coccicheck and address,undefined are not enabled by default +default="sparse hdr-check sha256 leaks test check-docs doc" skip=" " more=" "