Skip to content

Commit

Permalink
release-checklist: escape semicolon in shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Mar 23, 2024
1 parent 9750849 commit 503e9fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 503e9fb

Please sign in to comment.