Skip to content

Commit 3ce7f85

Browse files
authored
Update README_DEVEL.md to remove clang-tidy
Removed clang-tidy from the list of tools and updated installation instructions for llvm tools in the README.
1 parent c1fd8bc commit 3ce7f85

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README_DEVEL.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

101100
Install these tools with your preferred package manager before contributing.
102101
One macOS setup looks like this:
@@ -114,10 +113,7 @@ brew install air
114113
# Install clang-format
115114
brew 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
121117
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.zshrc
122118
```
123119

@@ -278,7 +274,6 @@ check for merge conflicts.................................................Passed
278274
air format................................................................Passed
279275
jarl lint.................................................................Passed
280276
clang-format..........................................(no files to check)Skipped
281-
clang-tidy for RcppTskit..............................(no files to check)Skipped
282277
check 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

Comments
 (0)