"git@developer.sourcefind.cn:kecinstone/2024-pra-vllm.git" did not exist on "cbf8779afafdaba2ddc6e2212d67c40f1b6e11fd"
CPPLINT.cfg 416 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.

# Stop searching for additional config files.
set noparent

# Limit line length.
linelength=100

# Ignore the following errors.
filter=-build/include_subdir
filter=-build/namespaces
filter=-readability/todo
filter=-build/header_guard
filter=-build/include
filter=-build/c++11