@@ -96,7 +96,6 @@ The current hook set includes:
9696* [ air] ( https://github.com/posit-dev/air ) to format ` R ` code
9797* [ jarl] ( https://github.com/etiennebacher/jarl ) to lint ` R ` code
9898* [ clang-format] ( https://clang.llvm.org/docs/ClangFormat.html ) to format ` C/C++ ` code
99- * [ clang-tidy] ( https://clang.llvm.org/extra/clang-tidy/ ) to lint ` C/C++ ` code
10099
101100Install these tools with your preferred package manager before contributing.
102101One macOS setup looks like this:
@@ -114,10 +113,7 @@ brew install air
114113# Install clang-format
115114brew install clang-format
116115
117- # Install clang-tidy (part of llvm)
118- brew install llvm
119-
120- # Add llvm tools, including clang-tidy, to PATH
116+ # Add llvm tools, to PATH
121117echo ' export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~ /.zshrc
122118```
123119
@@ -278,7 +274,6 @@ check for merge conflicts.................................................Passed
278274air format................................................................Passed
279275jarl lint.................................................................Passed
280276clang-format..........................................(no files to check)Skipped
281- clang-tidy for RcppTskit..............................(no files to check)Skipped
282277check sync between cpp and hpp options and defaults...(no files to check)Skipped
283278[bugfix-123 1dc2232] Implemented foo() #123
284279 1 file changed, 1 insertion(+)
0 commit comments