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

This commit is contained in:
Junio C Hamano
2024-05-13 16:28:50 -07:00
parent 4b278fb757
commit 0d46f8b241

4
round
View File

@@ -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=" "