Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit e85e5b6

Browse files
committed
Another update to Clang-Tidy feature in README.md
1 parent 663045e commit e85e5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ towards libclang with speed, stability, and ease of use in mind.
1313
* Syntax highlighting for more than 100 different file types
1414
* C++ warnings and errors on the fly
1515
* C++ Fix-its
16-
* Integrated Clang-Tidy warnings possible through clang plugins, for instance (recreating existing build is needed):
16+
* Integrated Clang-Tidy checks possible through clang plugins, for instance (recreating existing build is needed):
1717
```
1818
CXX=clang++ CXXFLAGS="-Xclang -add-plugin -Xclang clang-tidy -Xclang -plugin-arg-clang-tidy -Xclang -checks='-*,clang-analyzer-core.*'" juci [project-path]
1919
```

0 commit comments

Comments
 (0)