aboutsummaryrefslogtreecommitdiff
path: root/CPPLINT.cfg
blob: 691612045a4e7beb88f1d045f702c9f6ceea524c (plain)
1
2
3
4
5
6
7
8
9
set noparent
linelength=100
# Do not enforce including header files in both .h and .cpp.
filter=-build/include
# Do not check access modifier indentation.
# CPPLint enforces +1, but our rule is no indentation.
filter=-whitespace/indent
# Do not check output parameter references.
filter=-runtime/references