To ensure that lists in some files remain in sorted order, run the 'check-sort' target as part of static-analysis. Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx> --- ci/run-static-analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index 1ae122fc70..92437c09df 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -26,7 +26,7 @@ then exit 1 fi -make hdr-check check-builtins || +make hdr-check check-builtins check-sort || exit 1 save_good_tree -- 2.31.0.rc2.261.g7f71774620