-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCPPLINT.cfg
44 lines (43 loc) · 1.44 KB
/
CPPLINT.cfg
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
40
41
42
43
44
set noparent
linelength=100
# Do not check access modifier indentation.
# CPPLint enforces +1, but our rule is no indentation.
filter=-whitespace/indent
# TODO: b/364967694 re-enable the warning
filter=-whitespace/newline
# TODO: b/364967694 re-enable the warning
filter=-whitespace/blank_line
# TODO: b/364967694 re-enable the warning
filter=-whitespace/ending_newline
# TODO: b/364967694 re-enable the warning
filter=-readability/check
# TODO: b/364967694 re-enable the warning
filter=-runtime/int
# TODO: b/364967694 re-enable the warning
filter=-runtime/string
# TODO: b/364967694 re-enable the warning
filter=-runtime/explicit
# TODO: b/364967694 re-enable the warning
filter=-readability/braces
# TODO: b/364967694 re-enable the warning
filter=-whitespace/braces
# TODO: b/364967694 re-enable the warning
filter=-build/c++11
# TODO: b/364967694 re-enable the warning
filter=-readability/todo
# TODO: b/364967694 re-enable the warning
filter=-readability/multiline_comment
# TODO: b/364967694 re-enable the warning
filter=-build/namespaces
# TODO: b/364967694 re-enable the warning
filter=-readability/inheritance
# TODO: b/364967694 re-enable the warning
filter=-build/header_guard
# TODO: b/364967694 re-enable the warning
filter=-runtime/references
# TODO: b/364967694 re-enable the warning
filter=-build/include_what_you_use
# TODO: b/364967694 re-enable the warning
filter=-build/include_subdir
# TODO: b/364967694 re-enable the warning
filter=-readability/casting