加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lgtm.yml 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Pop 提交于 2020-05-12 21:49 . Add LGTM config for C extraction
extraction:
cpp:
index:
build_command:
- "make -B TARGET=native -C examples/websocket/"
- "make -B TARGET=native -C examples/mqtt-client/"
- "make -B TARGET=native -C examples/mqtt-client/ DEFINES=MQTT_CONF_VERSION=MQTT_PROTOCOL_VERSION_5"
- "make -B TARGET=native -C examples/coap/coap-example-server/"
- "make -B TARGET=native -C examples/coap/coap-example-client/"
- "make -B TARGET=native -C examples/lwm2m-ipso-objects/"
- "make -B TARGET=native -C examples/multicast/"
- "make -B TARGET=native -C examples/rpl-border-router/"
- "make -B TARGET=native -C examples/snmp-server/"
- "make -B TARGET=native -C examples/libs/data-structures/"
- "make -B TARGET=native -C examples/libs/shell/"
- "make -B TARGET=native -C examples/libs/deployment/"
- "make -B TARGET=native -C examples/libs/trickle-library/"
- "make -B TARGET=native -C examples/libs/logging/"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化