1 Star 0 Fork 0

NUDTexplorer/drake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CPPLINT.cfg 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2016 Robot Locomotion Group @ CSAIL. All rights reserved.
#
# All components of Drake are licensed under the BSD 3-Clause License.
# See LICENSE.TXT or https://drake.mit.edu/ for details.
# 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). In the
# case of Drake, our supported minimum platforms are new enough that
# this warning is irrelevant.
filter=-build/c++11
# Drake uses `#pragma once`, not the `#ifndef FOO_H` guard.
# https://drake.mit.edu/styleguide/cppguide.html#The__pragma_once_Guard
filter=-build/header_guard
filter=+build/pragma_once
# Disable cpplint's include order. We have our own via //tools:drakelint.
filter=-build/include_order
# TODO(#1805) Fix this.
filter=-legal/copyright
# Ignore code that isn't ours.
exclude_files=third_party
# It's not worth lint-gardening the documentation.
exclude_files=doc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nudtexplorer/drake.git
git@gitee.com:nudtexplorer/drake.git
nudtexplorer
drake
drake
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385