mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Add tooling section to README
This commit is contained in:
parent
35ee96c4cb
commit
467e0a27a7
2 changed files with 23 additions and 1 deletions
11
README.md
11
README.md
|
@ -109,3 +109,14 @@ License
|
|||
|
||||
Zeek comes with a BSD license, allowing for free use with virtually no
|
||||
restrictions. You can find it [here](https://github.com/zeek/zeek/blob/master/COPYING).
|
||||
|
||||
|
||||
Tooling
|
||||
-------
|
||||
|
||||
We us the following tooling to help discover issues to fix, amongst a number of
|
||||
others.
|
||||
|
||||
- [Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/)
|
||||
- [Coverity](https://scan.coverity.com/projects/bro)
|
||||
- [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=github&utm_medium=organic&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue