1 Star 0 Fork 1K

zuyuan/apollo

forked from ApolloAuto/apollo 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
CPPLINT.cfg 508 Bytes
Copy Edit Raw Blame History
lykling authored 2023-08-01 06:14 . feat: release 9.0.0-alpha1
# Stop searching for additional config files.
set noparent
# Disable a warning about C++ features that were not in the original
# C++11 specification (and so might not be well-supported).
filter=-build/c++11
filter=-build/include_alpha,+build/include_order
filter=+build/include_what_you_use
# Disable header_guard warning
# Consider using #pragma once instead
filter=-build/header_guard
filter=+runtime/printf,+runtime/printf_format
filter=-runtime/references
linelength=80
includeorder=standardcfirst
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zooyuan/apollo.git
git@gitee.com:zooyuan/apollo.git
zooyuan
apollo
apollo
master

Search