1 Star 0 Fork 0

小熊2021/zeek

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lgtm.yml 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jon Siwek 提交于 2020-12-12 17:20 . Add LGTM config file
# LGTM config file docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
# Results from files under any classifier will be excluded from LGTM stats.
path_classifiers:
library:
- "auxil/broker/caf/"
- "auxil/libkqueue/"
- "auxil/highwayhash/"
- "auxil/rapidjson/"
- "src/3rdparty/"
# Filter out alerts that aren't concerning.
queries:
- exclude: cpp/use-of-goto
- exclude: cpp/short-global-name
- exclude: cpp/fixme-comment
- exclude: cpp/function-in-block
extraction:
cpp:
prepare:
# Ubuntu packages to install.
packages:
- cmake
- make
- ninja-build
- gcc
- g++
- flex
- bison
- libpcap-dev
- libssl-dev
- python3
- python3-dev
- swig
- zlib1g-dev
- libkrb5-dev
configure:
command:
- ./configure --build-type=debug --generator=Ninja
index:
build_command:
- ( cd build && ninja )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bear-2021/zeek.git
git@gitee.com:bear-2021/zeek.git
bear-2021
zeek
zeek
master

搜索帮助