forked from fifengine/fifengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCPPLINT.cfg
More file actions
40 lines (31 loc) · 977 Bytes
/
Copy pathCPPLINT.cfg
File metadata and controls
40 lines (31 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Do not search for other config files.
set noparent
# You have 30 inch TFTs at the Google HQ. Stop using 80.
linelength=120
includeorder=standardcfirst
#
# You can list all filters with:
# cpplint --filter=.
# -------------------------------------------------------
# Enabled filters
filter=+build/include_what_you_use
filter=+build/include_alpha
# Disabled filters
# Disable is an unapproved C++XX header warnings
filter=-build/c++11
filter=-build/c++17
filter=-build/header_guard
filter=-build/include_order
filter=-build/include_subdir
filter=-readability/todo
filter=-runtime/references
filter=-runtime/string
filter=-whitespace
# -------------------------------------------------------
# File Excludes
# -------------------------------------------------------
# Excludes have to be done in the subfolder itself.
# Additional CPPLINT.cfg files exist in the following subfolders:
# 1. src/engine/util/time/
# 2. src/engine/video/opengl/
# 3. src/engine/video/sdl/