packages/services/Car/CPPLINT.cfg

8 lines
236 B
INI
Raw Normal View History

2025-08-25 08:38:42 +08:00
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