1set noparent 2linelength=100 3# Do not enforce including header files in both .h and .cpp. 4filter=-build/include 5# Do not check access modifier indentation. 6# CPPLint enforces +1, but our rule is no indentation. 7filter=-whitespace/indent 8# Do not check output parameter references. 9filter=-runtime/references 10