From 503e9fb3c56aa36803daadce133e6a5b8a5e39ef Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 23 Mar 2024 06:10:35 -0400 Subject: [PATCH] release-checklist: escape semicolon in shell example --- doc/release-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 1cc7a0a0f..a818b0baf 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -4,7 +4,8 @@ * Review the testing checklist (doc/testing-checklist.md) * clang-tidy check with something like: - * `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-11;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..` + * `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-15\;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..` + or * `scan-build cmake .. && scan-build make` * Verify that rust + python compile